Commit Graph

1612 Commits

Author SHA1 Message Date
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
3e78e18cd5 fix ls examples in python/java/C# 2015-11-20 18:43:11 +01:00
Laurent Perron
2151430f88 fix msvc 2013 compilation 2015-11-20 12:11:41 +01:00
Laurent Perron
b412d19805 change LNS protocol, port examples; bump nuspec version to 2.1.xxxx; various improvements to the solvers 2015-11-20 11:32:37 +01:00
Laurent Perron
00081fdb05 fix issue #44 (wrong url in comment) 2015-10-21 15:12:26 +02:00
Laurent Perron
9dd33ce40b fix killer sudoku example 2015-10-20 11:27:27 +02:00
Laurent Perron
62e9b08fbe added new constraint on forbidden list of intervals 2015-09-25 13:04:43 +02:00
Vincent Furnon
ad4904e30a Adding more missing casts for VS. 2015-08-14 03:09:25 +02:00
Laurent Perron
ebd7b92d3f update most of the API from callbacks to std::function, port python, java and C# 2015-08-13 16:00:54 +02:00
Vincent Furnon
fff2638917 Update of linear solver utility: time limit and solution output flags. 2015-07-31 16:16:16 +02:00
Vincent Furnon
d99970e5b2 Update of SAT runner, including new reduced memory mode. 2015-07-31 16:12:32 +02:00
Vincent Furnon
bb481a320c Minor reformating of C++ examples. 2015-07-31 15:35:59 +02:00
Laurent Perron
c924f71618 finished C# support for flatzinc 2015-07-14 14:08:36 -07:00
Laurent Perron
a48b63d76f finished C# support for flatzinc 2015-07-14 13:48:32 -07:00
Laurent Perron
20dffb2f3c initial support for flatzinc from C#, cannot read solution values yet 2015-07-14 12:02:39 -07:00
Laurent Perron
cd2d17df93 support regular_nfa 2015-07-13 16:45:46 -07:00
Laurent Perron
98a0d76e61 fix c# after moving activity() away from MPConstraint to MPSolver 2015-06-24 11:53:22 +02:00
Olivier RATIER
06e111b835 Fixing a few typos 2015-06-24 08:46:31 +02:00
Olivier Ratier
f4787f2d67 Merge remote-tracking branch 'github/master' into cbc_thread_fix_github 2015-06-23 17:25:21 +02:00
Olivier Ratier
b1f34c9a5b Adding multi thread failing test 2015-06-19 17:28:02 +02:00
Vincent Furnon
53f8bcddd9 Code cleanup of cpp examples. 2015-06-19 15:56:03 +02:00
Vincent Furnon
e4e631b887 Linear solver wrapper: fixed java support. 2015-06-18 15:47:08 +02:00
Vincent Furnon
df5dadb985 Linear solver wrapper: fixed python support. 2015-06-18 15:38:37 +02:00
Vincent Furnon
eb7a508d09 Linear solver wrapper: changed the constraint activity API. 2015-06-18 14:26:12 +02:00
Vincent Furnon
d828b1fcbe Changed status data structure returned by solve() in the linear solver wrapper. Prepared code to accept solution hints in the linear solver wrapper. 2015-06-17 16:29:25 +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
amoshag
333b37858a Change constraint for set partitioning variant to SumEquality instead of SumGreaterOrEqual 2015-06-03 14:24:36 +03:00
Vincent Furnon
41b4799646 Fix support of Boolean OPtimizer. 2015-05-29 00:11:23 +02:00
Vincent Furnon
74d3038447 Minor cleanup of cpp examples. 2015-05-04 13:18:05 +02:00
Laurent Perron
4e4628deb8 override test for cpp11 2015-04-16 12:00:07 +02:00
Laurent Perron
b87b7f07bf add small example to linear assignment api 2015-03-23 14:19:18 +01: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
4bd3c84756 update sat to latest version; move proto_tools from linear_solver to util 2015-02-03 10:47:21 +00:00
lperron@google.com
b959d5fa64 quadratic nqueen benchmarks 2015-01-28 07:28:53 +00:00
lperron@google.com
715d64bedc fix search monitor directors in python 2015-01-13 10:52:12 +00:00
lperron@google.com
19ae0a9595 cplex interface from IBM 2015-01-08 16:25:43 +00:00
lperron@google.com
4c4cfe9aa8 issue57 code 2014-12-29 22:07:49 +00:00
lperron@google.com
a8befd7959 fix transition time on python 2014-12-21 20:05:30 +00:00
orwant@google.com
56b9befe5b Fixing bug in how the output of SimpleMaxFlow is displayed. 2014-12-17 15:02:03 +00:00
lperron@google.com
bdb491d468 fix 2014-12-16 13:47:07 +00:00
lperron@google.com
aeb6434297 split lp_data out of glop; port rest of code 2014-12-16 11:35:09 +00:00
lperron@google.com
a905f05b35 update base util graph code 2014-11-07 14:31:18 +00:00
lperron@google.com
1319fb50c6 fix bug MPSolverParameters and java 2014-10-24 18:11:09 +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
32c6ca3eed export MP model in C# 2014-08-08 22:57:13 +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