Commit Graph

156 Commits

Author SHA1 Message Date
Corentin Le Molgat
b1ea750b1a Update linear_programming examples 2018-10-15 10:00:37 +02:00
Corentin Le Molgat
128363e477 Sync linear_programming with documentation
- move previous code to tests/lp_test.cc
2018-10-12 09:48:12 +02:00
Corentin Le Molgat
6bbf49935b dotnet: Add examples/tests 2018-09-18 09:16:51 +02:00
Laurent Perron
dcad684a68 more examples and tests for CP-SAT 2018-09-17 16:02:47 +02:00
Laurent Perron
b3743f4cff Fix #40 + test 2018-09-02 09:24:24 +02:00
Laurent Perron
5824112e27 fix issue 260 for the CP-SAT solver 2018-09-01 08:48:43 +02:00
Laurent Perron
f0a4199000 fix HIGHEST_MAX 2018-08-16 07:33:10 -07:00
Corentin Le Molgat
9536db9a98 cc: Fix examples/tests/*.cc
- Add them to test_cc
  except issue173.cc which takes few dozen of seconds
2018-07-13 08:55:40 +02:00
Corentin Le Molgat
97832ba68e Update python routing examples 2018-07-03 09:57:41 +02:00
Laurent Perron
4efc0ae078 more work on Sat C# 2018-02-14 18:56:50 +01:00
Laurent Perron
6391f2cbee nurses_sat ported to python, still missing searching for all solutions 2018-02-09 15:39:23 +01:00
Laurent Perron
d80011fcfc evaluate expressions in the solver 2018-02-09 11:20:47 +01:00
Laurent Perron
c109b88777 more work on C# Sat 2018-02-08 19:03:24 +01:00
Laurent Perron
acbbd2a2f3 start adding Sat/CpSolver API in C# 2018-02-07 16:47:24 +01:00
Laurent Perron
88098ec1f9 more work on sat C# 2018-02-07 16:38:27 +01:00
Laurent Perron
e06ab7b039 initial port of python sat/cp_model.py in C# 2018-02-06 17:33:58 +01:00
Laurent Perron
2c7a8bf8f6 change copyright date 2017-10-17 13:08:10 +02:00
Laurent Perron
bc46de013f python wrapper around sat cp_model 2017-09-29 16:33:02 +02:00
Laurent Perron
9cb06e2f4e port one test after include path changes 2017-08-11 16:15:41 -07:00
Laurent Perron
0c02286320 c# support for sat, + micro test using the cp_model proto in C# 2017-08-01 16:14:04 -07:00
Laurent Perron
66b8d23079 move src to ortools; simplified python generation; remove some namespaces in the ortools/base helper files 2017-04-26 17:30:25 +02:00
Laurent Perron
14b18ba11a test model load in C# 2017-03-30 22:34:58 +02:00
Laurent Perron
15bc5959cd revamp CP export model, swig it in c# + simple test 2017-03-24 14:10:29 -04:00
Driss Lahlou
a68a956dc6 add support for python 3 in examples/tests/test_cp_api.py 2016-12-12 16:27:12 +01:00
Laurent Perron
9b260f1dd0 remove models directory 2016-11-22 10:43:56 +01:00
Driss Lahlou
af3266907b fix todos 2016-08-31 16:25:00 +02:00
Laurent Perron
660e5f2844 issue173 example in C++ 2016-04-14 13:11:14 +02:00
Laurent Perron
98e68e6ad8 fix tsp.cc; add cp search monitor API from std::function; continue working on python natural API for LP/MIP 2016-02-04 14:06:30 +01:00
Laurent Perron
3e889c460e fix TreeMonitor in python + example 2016-01-05 11:04:11 +01:00
Laurent Perron
ecfe4ce25a real fix to issue #62 2016-01-04 14:17:41 +01:00
Laurent Perron
9af9bd3926 issue62 examples 2016-01-04 11:46:23 +01:00
Laurent Perron
f90cebe616 problematic dzn file 2016-01-03 10:52:21 +01:00
Laurent Perron
5c739f271b rewrote issue128.py 2015-12-17 10:23:50 +01:00
Laurent Perron
ae77b87cc2 fix cp iterators and python 3 2015-12-11 14:29:37 +01:00
Laurent Perron
4a8bd4b057 more tests on python3 2015-12-11 14:14:08 +01:00
Laurent Perron
953db27b74 better test of python custom decisions 2015-12-11 13:54:26 +01:00
Laurent Perron
d76a80feb5 fix second failure of issue 115b 2015-12-11 13:52:00 +01:00
Laurent Perron
eb2179b8a1 remove python dependencies on apputils, gflags 2015-12-09 14:49:52 +01:00
Laurent Perron
dfca07300c custom decision in python + test 2015-12-07 13:27:18 +01:00
Laurent Perron
26005167ad remove python wrapper code for DecisionBuilder, use directors instead 2015-12-07 13:05:16 +01:00
Laurent Perron
6e09a7821f example file for issue 117 2015-12-03 08:58:56 +01:00
Laurent Perron
66d5e5b8de show cumulative API in python 2015-12-01 15:19:40 +01:00
Laurent Perron
90976aa232 fix issue 115 2015-12-01 11:12:15 +01:00
Laurent Perron
62e9b08fbe added new constraint on forbidden list of intervals 2015-09-25 13:04:43 +02:00
Vincent Furnon
7182abb864 Renamed the linear solver protocol buffer and removed the new_proto namespace. 2015-06-16 10:08:44 +02:00
Laurent Perron
4e4628deb8 override test for cpp11 2015-04-16 12:00:07 +02:00
Laurent Perron
2a6f8942cc compile gflags correctly, remove google namespace, use gflags instead, port all code using it 2015-03-03 14:31:06 +01:00
lperron@google.com
715d64bedc fix search monitor directors in python 2015-01-13 10:52:12 +00:00
lperron@google.com
4c4cfe9aa8 issue57 code 2014-12-29 22:07:49 +00:00
lperron@google.com
a905f05b35 update base util graph code 2014-11-07 14:31:18 +00:00