Commit Graph

79 Commits

Author SHA1 Message Date
Laurent Perron
5eb5ffd283 continue cleaning F# 2022-02-24 10:37:50 +01:00
Corentin Le Molgat
985b6a9239 Fix clang-format in examples/ 2022-02-16 16:19:26 +01:00
Mizux Seiha
1064f376f1 dotnet: Remove contrib/*.fsproj 2021-12-09 17:47:08 +01:00
Corentin Le Molgat
e41b99a930 remove deprecated .csprog 2021-12-03 17:22:45 +01:00
Mizux Seiha
1528945dbc java: Fix tests when CBC not available 2021-12-01 14:10:03 +01:00
Mizux Seiha
d15847ec36 Bump csproj to 9.2 2021-11-30 18:13:26 +01:00
Mizux Seiha
49ddd47846 contrib: cleanup few java examples 2021-09-29 11:32:35 +02:00
Laurent Perron
0d8b878caf bump fsproj examples to coreapp 3.1 2021-09-21 13:21:26 +02:00
Laurent Perron
1941d1a5af update csproj and generator to use netcoreapp3.1 2021-09-21 09:55:14 +02:00
Laurent Perron
83007b4c00 bump version to 9.1; regenerate doc 2021-09-20 15:57:27 +02:00
Corentin Le Molgat
ed7584e35d cmake: cleanup contrib 2021-09-17 15:14:05 +02:00
Mizux Seiha
cacbbd6c11 Rename stigler.py to stigler_contrib.py 2021-08-04 15:17:41 +02:00
Corentin Le Molgat
013bb65405 Fix dotnet samples 2021-07-26 12:47:10 +02:00
Corentin Le Molgat
8b8b32c7e7 Sync .Net examples 2021-05-21 09:22:41 +02:00
Laurent Perron
efd16c78da [CP-SAT] deprecate SearchAllSolutions and SolveWithSolutionCallback 2021-05-03 12:11:39 +02:00
Laurent Perron
b31d1d2ce6 fix #2508 2021-04-30 10:40:01 +02:00
Mizux Seiha
6ae19c9b5b Bump version: 8.2 -> 9.0 2021-04-27 10:56:39 +02:00
Mizux Seiha
c0f6978f3b Update copyright 2021-04-02 10:08:51 +02:00
Mizux Seiha
817914d94a Bump version 8.1 -> 8.2 2021-01-26 11:34:47 +01:00
Owen Lacey
bcb3886be0 Add example for fixed penalty lateness for a vrptw 2021-01-26 10:54:48 +01:00
Mizux Seiha
b39fadfda5 Update csproj 2020-11-18 15:21:52 +01:00
Mizux Seiha
cce7552e01 contrib: remove "from __future__" 2020-11-18 13:55:26 +01:00
Corentin Le Molgat
a9385fc3d2 Format all .Net using Microsoft style 2020-11-03 10:15:53 +01:00
Corentin Le Molgat
b5e70663c7 Format using clang-format 11 2020-10-29 14:26:41 +01:00
Mizux Seiha
335cf3df3d format all C# files 2020-10-26 18:41:49 +01:00
Mizux Seiha
0b7adada50 java: Format all files 2020-09-23 12:16:18 +02:00
Mizux Seiha
d7fafe236c cmake(dotnet): disable too long tests 2020-09-22 21:40:02 +02:00
Mizux Seiha
a512e2a7c5 cmake: Add dotnet examples 2020-09-22 19:09:22 +02:00
Laurent Perron
6f06ab6c4d fix OS API issue in python example 2020-09-20 09:52:19 +02:00
Mizux Seiha
4d2cde9356 python: Fix examples/contrib 2020-09-19 19:41:40 +02:00
Mizux Seiha
31e9f89cb0 cmake(python): add examples/contrib 2020-09-17 19:22:03 +02:00
Mizux Seiha
7a9f9f19de cmake: cleanup 2020-09-17 19:19:31 +02:00
Mizux Seiha
87aba8675b cmake(java): Add examples (#202) 2020-09-17 18:02:02 +02:00
Mizux Seiha
8058b32d5f cmake: Filter out broken examples
todo: investigate them one by one...
2020-09-17 15:10:23 +02:00
Mizux Seiha
03ab0457f3 make(java): Update examples to use maven (#202)
* Fix RandomTsp.java
2020-09-13 00:15:03 +02:00
Mizux Seiha
7d149a6530 cmake: examples management cleanup 2020-09-13 00:04:50 +02:00
Mizux Seiha
fff7b6ad8b cmake: update samples and examples management 2020-09-13 00:04:50 +02:00
Mizux Seiha
96263307e9 Bump csproj 2020-09-01 16:01:05 +02:00
Mizux Seiha
c8eecc967a cmake: cleanup 2020-08-25 01:51:19 +02:00
Mizux Seiha
316875740c contrib: Remove custom createSolver() method
Already provided by MPsolver...
2020-08-19 13:50:33 +02:00
Mizux Seiha
c0ed68199d dotnet: Fix createSolver() in contrib examples 2020-08-19 13:49:26 +02:00
Mizux Seiha
3fd2b4659a java: Fix createSolver() in contrib examples 2020-08-19 12:17:20 +02:00
Mizux Seiha
d4d88e1f64 constraint_solver: Fix LocalSearchFilter samples 2020-08-14 14:07:58 +02:00
Mizux Seiha
37fb709548 Bump version to v7.8 2020-07-22 11:05:48 +02:00
Mizux Seiha
53948b03cb Fix F# int to int64 conversion 2020-06-29 12:05:16 +02:00
Laurent Perron
7b39ff97a5 fix more contrib examples 2020-06-25 11:26:52 +02:00
Laurent Perron
1f55800d8e fix contrib example 2020-06-25 11:15:33 +02:00
Laurent Perron
d6ecea46ad experimental support for dynamic loading of gurobi; add MPSolver.CreateSolver() factory method for non C++ languages to check correctly installed linear solver backends and licenses when needed; port all non C++ examples 2020-06-24 18:11:12 +02:00
Mizux Seiha
4c39747185 java: Fix package in examples/contrib and examples/java 2020-06-10 14:36:44 +02:00
Mizux Seiha
c3a1336237 version: Bump version to 7.7 2020-04-28 12:46:56 +02:00