Commit Graph

4374 Commits

Author SHA1 Message Date
Laurent Perron
3c445063ac readd missing dependency on patchelf 2017-07-12 15:04:04 -07:00
Laurent Perron
60bb0a7909 continue working on docker support for linux; add pypi_export target 2017-07-12 14:56:59 -07:00
Laurent Perron
683871ede2 improve SAT/LP connection 2017-07-12 11:38:46 -07:00
Laurent Perron
e26021a015 bump version to 6.2 2017-07-12 11:38:32 -07:00
Laurent Perron
6c58377910 bump version to 6.2 2017-07-12 11:38:00 -07:00
Laurent Perron
5510b00fea fix 2017-07-12 11:13:42 -07:00
Laurent Perron
c22270e640 fix -a option on flatzinc solver; add sat parameters to enumerate all solutions 2017-07-11 11:26:14 -07:00
Laurent Perron
f5f02b8895 support -a of sat fz solver 2017-07-10 16:56:58 -07:00
Laurent Perron
c2e1e16ac0 add solution observer on cp_model_solver 2017-07-10 11:12:05 -07:00
Laurent Perron
8f3327a27c add getters API to glop 2017-07-10 11:10:04 -07:00
Laurent Perron
e0a907fa7b export index() method on MPVariable to java 2017-07-07 11:14:08 -07:00
Laurent Perron
e71d503657 speed up sat 2017-07-07 11:13:35 -07:00
Laurent Perron
1ce88caaac improve python wrapping of functions 2017-07-07 11:13:20 -07:00
Laurent Perron
c3b4efcc6f fix bug in glop 2017-07-07 11:12:32 -07:00
Laurent Perron
d8f3b2adb0 cleanup of flatzinc code 2017-07-07 11:12:11 -07:00
Laurent Perron
c1fa241347 wake up simplex in sat on objective change 2017-07-06 04:57:49 -07:00
Laurent Perron
7b357a2263 regroup all reversible integer value in a single repository 2017-07-06 04:56:28 -07:00
Laurent Perron
49c7e20c37 fix bug in glop found by the scip team 2017-07-06 04:06:40 -07:00
Laurent Perron
743f26b453 export scip to glop interface 2017-07-05 17:09:46 -07:00
Laurent Perron
dd0e9e200c fix example after removal of code in sat 2017-07-05 16:30:10 -07:00
Laurent Perron
33314b1869 cleanup sat code after change to allow linear objective 2017-07-05 16:27:00 -07:00
Laurent Perron
01e8b59756 improved python wrapping of functions 2017-07-05 16:26:34 -07:00
Laurent Perron
b4ba99a2b8 cleanup code in lp_data 2017-07-05 16:26:19 -07:00
Laurent Perron
d8c2cbb257 improved flatzinc output for sat fz solver 2017-07-05 16:26:02 -07:00
Laurent Perron
40635ddb37 safe version of sprintf and strcpy 2017-07-05 16:25:39 -07:00
Laurent Perron
8a4e50f006 expose cplex in java wrapper 2017-07-05 06:26:07 -07:00
Laurent Perron
6c5b155528 better code in AlphaNum 2017-07-05 06:25:55 -07:00
lperron
aaf4286cd4 Merge pull request #427 from ambasta/master
CMake Improvements
2017-07-04 02:23:27 +02:00
Laurent Perron
4146a68d1e add fz output to sat cp_model backend 2017-07-03 20:43:09 +02:00
Laurent Perron
3c0f732dd4 fix bug on mac os X and AlphaNum(double) 2017-07-03 20:42:48 +02:00
Laurent Perron
def8283b43 add init google logging to fz 2017-07-03 20:42:21 +02:00
Amit Prakash Ambasta
85a8fc54ef Updated setup.py to expose py_modules generated by swig 2017-07-03 19:12:29 +05:30
Amit Prakash Ambasta
b11536c04f Hardcoded include paths for python setup.py for now 2017-07-03 18:29:44 +05:30
Amit Prakash Ambasta
0737f36cc4 Do not invoke setup.py build module via cmake but just build the src tarball for python, added manifest to ship additional swig include files 2017-07-03 17:57:58 +05:30
Amit Prakash Ambasta
098069426a Squelch noise from find_package 2017-07-03 16:48:03 +05:30
Amit Prakash Ambasta
91557b58db Incorrect naming for output var for git in utils 2017-07-03 16:16:20 +05:30
Amit Prakash Ambasta
883f404873 Merge pull request #7 from google/master
Fast forward to upstream
2017-07-03 15:43:25 +05:30
Amit Prakash Ambasta
31863e4dda Added flags to force rebuild of all dependencies, created hierarchy b/w python and C++ projects when the C++ project is being built 2017-07-03 15:42:24 +05:30
Amit Prakash Ambasta
c5c1d3d56f Added version detection support from git tags with fallback to file, added ability to generate cmake config files 2017-07-03 15:30:25 +05:30
Laurent Perron
4033496f0e fix compilation of fz 2017-07-01 10:26:01 +02:00
Laurent Perron
d194b8ccec also export lp_data to binary archive 2017-06-30 12:08:02 +02:00
Laurent Perron
8ecbea311b fix examples 2017-06-29 11:59:21 +02:00
Laurent Perron
94b3832a46 filter out tests from generated makefiles 2017-06-29 11:21:49 +02:00
Laurent Perron
985d487914 fix flatzinc bazel build 2017-06-29 11:14:35 +02:00
Laurent Perron
37eb235c56 internal improvements of the sat solver; change in the cp_model proto to support linear objective 2017-06-28 14:33:56 +02:00
lperron
635d72375e Merge pull request #422 from ambasta/master
CMake Improvements
2017-06-28 13:49:40 +02:00
Amit Prakash Ambasta
341fb1c98a Added __init__.py missing in ortools python subdirs 2017-06-28 16:17:25 +05:30
Amit Prakash Ambasta
fd97daff80 Merge pull request #6 from google/master
Update against upstream
2017-06-28 15:47:04 +05:30
Amit Prakash Ambasta
97d581dd9e Added support to build python 2017-06-28 15:45:56 +05:30
Laurent Perron
142ec5a63c misc 2017-06-21 12:48:53 +02:00