Commit Graph

1612 Commits

Author SHA1 Message Date
Laurent Perron
02283cffb2 fix #1037 2019-01-31 17:02:59 +01:00
Corentin Le Molgat
14875ce073 .Net: Rework SatSolverTest.cs 2019-01-31 09:10:48 +01:00
Corentin Le Molgat
fe29e18fdb .net: remove dead code testlp.cs* 2019-01-30 16:42:55 +01:00
Corentin Le Molgat
f9689d4132 .Net: fixup for ConstraintSolverTests 2019-01-30 16:08:36 +01:00
Corentin Le Molgat
dbef712477 .Net: Add LinearSolverTests.cs
- remove duplicate testlp.cs and Google.OrTools.Tests
2019-01-30 16:08:36 +01:00
Corentin Le Molgat
2a551945ae Update dotnet Xunit test 2019-01-30 14:29:50 +01:00
Corentin Le Molgat
1044ccbca4 dotnet: Add RoutingSolver test. 2019-01-30 14:29:50 +01:00
Corentin Le Molgat
fddd1b9a8d dotnet: Add delegate support for display_callback
- Add Xunit Tests to check DisplayCallback delegates are working.
2019-01-30 14:29:50 +01:00
Laurent Perron
15ee386f5f add test for #1015 2019-01-19 18:58:32 +01:00
Corentin Le Molgat
8abb0548f4 Fix test_java 2019-01-16 15:36:36 +01:00
Laurent Perron
84a5bc7c3b add crashing example from issue #1014 2019-01-14 14:38:11 +01:00
Corentin Le Molgat
0465276e14 Fix wall time dimension in sat examples
WallTime is in second not millisecond...
2019-01-14 09:57:15 +01:00
Corentin Le Molgat
38c03c4df6 Add Java samples 2019-01-09 11:30:30 +01:00
Laurent Perron
dcfb59bced fix pylint 2019-01-06 11:42:18 +01:00
Laurent Perron
6dbdc416f2 fix 2019-01-05 18:26:35 +01:00
Laurent Perron
a27deb3468 fix 2019-01-05 12:34:50 +01:00
Laurent Perron
b88a499b6c remove obsolete files from ortools/base; port code accordingly; add new sat sample 2019-01-05 11:30:35 +01:00
Laurent Perron
1c290f078a remove traces of callback.h 2019-01-05 08:52:41 +01:00
Corentin Le Molgat
a1f330e074 Fix compile with Python2.7
- list.copy() does not exist in 2.7+
2019-01-02 13:38:56 +01:00
Corentin Le Molgat
af29f63730 Fix dotnet build 2019-01-02 13:35:23 +01:00
Laurent Perron
4d0ec663e0 minor improvement 2018-12-30 23:08:34 +01:00
Laurent Perron
98abcc8595 simplify example 2018-12-30 22:54:56 +01:00
Laurent Perron
e68c3be1af use DP to generate valid slabs 2018-12-30 21:17:38 +01:00
Laurent Perron
f0f65fee9a small polish 2018-12-30 18:12:26 +01:00
Laurent Perron
7bdbbe09e1 polish output 2018-12-30 12:32:20 +01:00
Laurent Perron
2488775388 polish output 2018-12-30 12:30:29 +01:00
Laurent Perron
6c69f549c1 polish output 2018-12-30 12:21:57 +01:00
Laurent Perron
052e5a10e6 polish output 2018-12-30 12:08:08 +01:00
Laurent Perron
844ecf5d91 polish output 2018-12-30 12:03:43 +01:00
Laurent Perron
65eb9e09c3 polish CP-SAT Python jobshop examples 2018-12-30 10:26:39 +01:00
Laurent Perron
cca2619276 jobshop code with maintenance on one machine. 2018-12-29 23:56:54 +01:00
Laurent Perron
724ea7075a jobshop code with maintenance on one machine. Fix #897 2018-12-29 23:53:58 +01:00
Laurent Perron
6d737d2f1a jobshop code with maintenance on one machine. Fix #897 2018-12-29 23:44:21 +01:00
Laurent Perron
c802058e1f polish 2018-12-29 10:46:31 +01:00
Laurent Perron
df535e6166 polish 2018-12-29 10:45:17 +01:00
Laurent Perron
ad9f9ab5ac working reallocate production model 2018-12-29 10:41:10 +01:00
Laurent Perron
cf73e298a2 move ObjectiveSolutionPrinter to new SearchHelpers.cs CP-SAT C# code 2018-12-28 18:17:41 +01:00
Corentin Le Molgat
affbc1e0c0 Fix CMake test list 2018-12-28 17:09:08 +01:00
Corentin Le Molgat
ea8d8195da Fix CMake compilation
- tsp.cc and vrp.cc have move to ortools/cp/samples
2018-12-28 16:00:40 +01:00
Laurent Perron
f832cfc350 Merge branch 'master' of github.com:google/or-tools 2018-12-28 09:14:19 +01:00
Laurent Perron
0eae67a2ee fix display of objective 2018-12-28 09:14:13 +01:00
Corentin Le Molgat
9ad342903c mv tsp.cs & vrp.cs to cp/samples 2018-12-27 11:06:02 +01:00
Corentin Le Molgat
5a4ab80646 Move Tsp.java & Vrp.java to cp/samples 2018-12-27 11:02:35 +01:00
Corentin Le Molgat
58b8386e96 Move tsp.cc & vrp.cc to cp/samples 2018-12-27 11:02:35 +01:00
Mizux Seiha
148787c841 Move routing examples to ortools/constraint_solver/samples 2018-12-24 16:28:13 +01:00
Laurent Perron
9d7fa97812 add more tie breaking 2018-12-24 14:25:12 +01:00
Laurent Perron
581e599627 minor variable renaming 2018-12-23 23:15:18 +01:00
Laurent Perron
68fe085e24 polish 2018-12-23 21:31:11 +01:00
Laurent Perron
85bf1b2624 pylint python example 2018-12-23 21:28:34 +01:00
Laurent Perron
72155be827 pylint python example 2018-12-23 21:24:23 +01:00