Commit Graph

106 Commits

Author SHA1 Message Date
Vincent Furnon
e4841caae7 Removed unused field in linear solver protocol buffer. 2015-06-16 19:11:28 +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
Vincent Furnon
dd32d0fc06 Linear solver: removed useless error codes in protocol buffer. 2015-05-21 15:08:54 +02:00
Vincent Furnon
23a64c1638 Preparing support for solution hints in linear solvers. 2015-05-18 19:41:34 +02:00
Vincent Furnon
31761a2896 Porting glop interface for Android. 2015-05-18 17:56:29 +02:00
Milan Boers
a8cf11ec68 Expose SolverParameters constructor 2015-05-04 10:56:08 +02:00
Vincent Furnon
c0f3f0210a Update linear solver code. 2015-04-29 19:01:13 +02:00
Vincent Furnon
6f394abbe6 virtual to override change of the linear solver code. 2015-04-16 16:21:56 +02:00
David Björkevik
734255f212 Added access to MPVariable::SetUb and SetLb functions from python 2015-03-30 10:33:04 +02:00
Vincent Furnon
bf90c61244 Typo fixed. 2015-03-13 17:34:51 +01:00
Laurent Perron
a3bd2deb76 added java MPSolver.solverVersion 2015-03-04 10:49:43 +01:00
lperron@google.com
916f1d7aae small fixes everywhere 2015-02-17 13:23:59 +00:00
lperron@google.com
b2a0b53e23 update bop; fix path cumul 2015-02-04 12:04:59 +00: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
1aaf2814d7 misc 2015-01-16 17:02:32 +00:00
lperron@google.com
19ae0a9595 cplex interface from IBM 2015-01-08 16:25:43 +00:00
lperron@google.com
5ef4fde5ec swig -> 3.0.3 2014-12-31 14:36:36 +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
1319fb50c6 fix bug MPSolverParameters and java 2014-10-24 18:11:09 +00:00
lperron@google.com
a807c19039 initial support for cplex on linux 2014-10-24 12:56:53 +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
1ce33ed0a4 remove occurrences of scoped_ptr/scoped_array 2014-07-24 20:31:47 +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
79e6f34acd fix more compatibility problems 2014-07-23 05:43:00 +00:00
lperron@google.com
729ed77ecd fix compaptibility layer in swig/python 2014-07-22 19:28:00 +00:00
lperron@google.com
a57ba55235 more work on compatibility after swig rewrite 2014-07-22 19:09:57 +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
5331802928 java swig rewrite 2014-07-09 11:26:55 +00:00
lperron@google.com
f7c2c5d8e5 rewrite swig 2014-07-09 10:01:48 +00:00
lperron@google.com
2f0d8a396c fix 2014-07-08 17:10:47 +00:00
lperron@google.com
6f25f38898 introduce glop, our own linear programming solver; improve sat 2014-07-08 09:27:02 +00:00
lperron@google.com
dc2ff3eb8c move python swig file into python sub-directories 2014-06-13 10:03:03 +00:00
lperron@google.com
aa689a1983 reduce swig file to their python part 2014-06-13 07:31:31 +00:00
lperron@google.com
4bb702ec1b port csharp to new styleguide 2014-06-12 15:07:04 +00:00
lperron@google.com
04e7539989 big bang on java swig 2014-06-11 22:28:04 +00:00
lperron@google.com
8fece9e9d1 follow 2014-06-11 20:47:54 +00:00
lperron@google.com
f9993cf21a improvements in the base libraries and port te rest 2014-05-23 14:32:30 +00:00
lperron@google.com
c2bc019f97 misc 2014-05-15 09:21:51 +00:00
lperron@google.com
e57f0380f7 remove concise_iterator, replace by c++11 version; clean up LeastSignificantBitPosition{32|64} 2014-04-16 09:57:29 +00:00
lperron@google.com
d8011f4136 fix export on C# 2014-04-04 21:03:33 +00:00
lperron@google.com
fb6004d487 fix model exporter in java/c# 2014-04-04 09:13:47 +00:00
lperron@google.com
9d5cf228ac fix model exporter 2014-03-21 18:01:42 +00:00
lperron@google.com
96df1d4c97 sync with internal version; major work on sat solver (symmetries, speedups); speed up on routing library 2014-03-12 17:30:11 +00:00
lperron@google.com
317e795c36 more proto in linear solver 2014-02-19 15:24:14 +00:00
lperron@google.com
d2a2abb6e3 support proto input/output for python linear solver 2014-02-19 15:12:53 +00:00
lperron@google.com
0f8dc4089e update glpk to 4.53; reintroduce iteration count as new API is available 2014-02-14 10:17:39 +00:00
lperron@google.com
da7dc5e070 remove MPSolver::*Objective* setters, getters, use setters/getters on objective 2014-01-17 19:04:26 +00:00
lperron@google.com
dea0ed7c7b fix java graph after swig shake up 2014-01-16 00:09:48 +00:00
lperron@google.com
d908a26138 misc 2014-01-08 15:08:58 +00:00