1026 Commits

Author SHA1 Message Date
Laurent Perron
2c7a8bf8f6 change copyright date 2017-10-17 13:08:10 +02:00
Laurent Perron
e8540c1363 add vrp constraint to the sat solver; remove old no_cycle code 2017-10-16 11:20:54 +02:00
Laurent Perron
086640da72 move graph code around; improve sat code 2017-09-29 15:08:48 +02:00
Laurent Perron
9a299d7fae minor improvement to internal comments 2017-09-08 13:58:10 +02:00
Laurent Perron
e42ef1e06e cleanups and minor syncs; sat: add LP guided heuristics 2017-08-03 10:20:59 -07:00
Laurent Perron
12234acc02 minor sync with internal code 2017-08-02 10:41:27 -07:00
Laurent Perron
2fb2c6cd1b fix cplex compilation, at least on mac 2017-08-02 09:52:30 -07:00
Laurent Perron
6375e77f21 fix windows and scip 2017-07-28 19:15:28 +00:00
Laurent Perron
c2e1e16ac0 add solution observer on cp_model_solver 2017-07-10 11:12:05 -07:00
Laurent Perron
e0a907fa7b export index() method on MPVariable to java 2017-07-07 11:14:08 -07:00
Laurent Perron
8a4e50f006 expose cplex in java wrapper 2017-07-05 06:26:07 -07:00
Laurent Perron
0e50e4f5b8 work on sat; misc sync 2017-06-21 11:40:11 +02:00
Amit Prakash Ambasta
744d507ccb Remove coin from include prefix 2017-06-09 18:23:47 +05:30
lperron
3dbe15221a Merge pull request #398 from ambasta/master
Improvements to CMake Build Structure
2017-06-05 17:43:39 +02:00
Laurent Perron
cbd8ba8641 introduce array slices and use them in sat 2017-06-01 16:28:29 +02:00
Amit Prakash Ambasta
553772d03c Removed python build for cleaner patches 2017-05-31 12:00:50 +05:30
Amit Prakash Ambasta
72e3313784 Updated CMakeLists to retain hierarchy of proto generated files 2017-05-30 15:51:19 +05:30
Amit Prakash Ambasta
2a12468b93 Added cmake support for C++, initial python build support 2017-05-30 12:02:56 +05:30
Laurent Perron
e3d72e5b3b add cp_model proto to the sat solver 2017-05-29 14:45:17 +02:00
Laurent Perron
7a0ceca73d add a new dependencies: google/glog; Cleanup Makefile.local 2017-05-23 11:55:36 +02:00
Laurent Perron
347186ecae sync with internal code; minor changes 2017-05-16 10:43:33 +02:00
Laurent Perron
c7d9318c75 more cleanup 2017-04-28 16:17:22 +02:00
Laurent Perron
8c08d72260 replace hash_map and hash_set by unordered_map and unordered_set 2017-04-27 17:34:24 +02:00
Laurent Perron
4db7d3bc4e remove hash_map/hash_set; replace with std::unordered_map|set 2017-04-27 14:14:05 +02:00
Laurent Perron
84e8058255 single workspace architecture for bazel after include earthquake 2017-04-26 22:30:32 +02: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