Commit Graph

138 Commits

Author SHA1 Message Date
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
lperron@google.com
ba5c34e0c4 incomplete support for CPLEX, works only on mac currently 2014-10-15 21:31:03 +00:00
lperron@google.com
bcf44076d8 remove support for // LNS, it has not been used in 4 years 2014-07-24 23:42:05 +00:00
lperron@google.com
e6dfe1bd74 more code cleaning 2014-07-24 23:32:59 +00:00
lperron@google.com
465666aad7 big sync: add presolve to sat solver; continue rewrite on C#/Python swig layer; remove as much using std::string as possible in the code; faster saturated arithmetics 2014-07-24 18:12:50 +00:00
lperron@google.com
77cec8c4f7 added code for issue46 + port issue5 2014-07-21 21:10:20 +00:00
lperron@google.com
ab65dda82d added code for issue46 + port issue5 2014-07-21 20:40:56 +00:00
lperron@google.com
a59487918c improve java data wrapping 2014-07-15 06:14:36 +00:00
lperron@google.com
0312cd8bb7 reindent testcp.cs 2014-07-14 07:09:35 +00:00
lperron@google.com
1902342caa reindent 2014-07-13 10:27:40 +00:00
lperron@google.com
87fa1b147e domain and hole iterators are now IEnumerables in C# + tests 2014-07-12 22:52:31 +00:00
lperron@google.com
b14c175268 Test demons and constraints in c#; just missing domain and hole iterators 2014-07-12 09:48:45 +00:00
lperron@google.com
1a4efa2e54 add empty line after licence part, in glop, implement portable floating point exceptions 2014-07-09 15:18:27 +00:00
lperron@google.com
044b7c0f10 rewrite C# layer 2014-07-09 12:21:55 +00:00
lperron@google.com
4de8aa77ab python rewrite 2014-07-09 11:17:29 +00:00
lperron@google.com
25ab58ca25 one more python cp test 2014-06-17 09:46:20 +00:00
lperron@google.com
dc101db523 add domain and hole interators as generators in cp python 2014-06-13 13:26:09 +00:00
lperron@google.com
977a115f02 fix python test 2014-06-13 07:27:24 +00:00
lperron@google.com
b3c56a368f reindent all python code 2014-05-22 20:13:16 +00:00