Commit Graph

8987 Commits

Author SHA1 Message Date
Laurent Perron
ea070b4538 fix bazel 2021-04-15 23:24:18 +02:00
Mizux Seiha
fe2beb342e routing: Add objective to .Net sample 2021-04-15 14:39:22 +02:00
Mizux Seiha
eee7be20ae routing: Add objective to java sample 2021-04-15 14:34:08 +02:00
Mizux Seiha
fdd9c96511 Fix indent 2021-04-15 10:16:16 +02:00
Corentin Le Molgat
b7f009fa6d cleanup routing samples 2021-04-15 02:32:36 +02:00
Corentin Le Molgat
c374cfa908 Add shebanb to python routing sample 2021-04-15 02:32:36 +02:00
Corentin Le Molgat
90319c7ca4 clean routing sample BUILD 2021-04-15 02:32:36 +02:00
Corentin Le Molgat
9008bb620b Clean java routing sample 2021-04-15 02:32:35 +02:00
Corentin Le Molgat
d68f5b4ccf Update routing internal doc 2021-04-15 02:32:35 +02:00
Laurent Perron
c0d0cebfb4 fix incomplete propagation of diffn; rename cp-sat python test method 2021-04-14 18:45:31 +02:00
Laurent Perron
9081d19b23 fix 2021-04-14 14:50:12 +02:00
Laurent Perron
17cbbd493f Merge branch 'master' of github.com:google/or-tools 2021-04-14 14:46:48 +02:00
Laurent Perron
2537644c71 fix MPS reader 2021-04-14 14:44:29 +02:00
Laurent Perron
f181022b3e add doc 2021-04-14 14:34:23 +02:00
Laurent Perron
813a92f313 much more pedantic checks in python CP-SAT 2021-04-14 14:34:16 +02:00
Laurent Perron
180e0326a6 simplify glop branching code 2021-04-14 14:33:47 +02:00
Laurent Perron
5d84e4e72f fix #2493 2021-04-14 09:00:33 +02:00
Laurent Perron
14832f4533 add more checks for not supported python APIs 2021-04-14 08:54:12 +02:00
Laurent Perron
b60419ff33 print a warning when querying x == 0, or min(x, y) in cp_sat python 2021-04-13 19:19:53 +02:00
Laurent Perron
b47c9a88a8 throw an error when calling ** on a CP-SAT linear expr 2021-04-13 16:56:27 +02:00
Laurent Perron
6001bc2428 real fix 2021-04-13 14:57:23 +02:00
Laurent Perron
c4979bb29a fix 2021-04-13 14:34:49 +02:00
Laurent Perron
d1d53f014e [GLOP] use absl::BigGenRef instead of random_engine 2021-04-13 14:31:06 +02:00
Laurent Perron
7cd11d51f8 update makefile.gen 2021-04-13 14:30:40 +02:00
Laurent Perron
53601a6e5a remove unneeded include 2021-04-13 12:14:09 +02:00
Laurent Perron
b3c16cc2f2 Merge branch 'master' of github.com:google/or-tools 2021-04-13 12:00:24 +02:00
Laurent Perron
676a4cee20 fix includes 2021-04-13 12:00:13 +02:00
Laurent Perron
770e315e83 reindent 2021-04-13 12:00:03 +02:00
Laurent Perron
b837f8c157 sync math_opt 2021-04-13 11:59:56 +02:00
Laurent Perron
ee6f7db8b9 improve rcpsp_sat model; fix python indent/comments 2021-04-13 11:59:41 +02:00
Mizux Seiha
4d44d2e291 FreeBSD fixup 2021-04-12 23:37:55 +02:00
Mizux Seiha
a57cc0212e Fix build on FreeBSD (Fix #2486) 2021-04-12 15:56:42 +02:00
Mizux Seiha
a5839a8c19 logging: Add include for nullptr_t 2021-04-12 13:27:18 +02:00
Mizux Seiha
011244246a fixup 2021-04-12 12:48:31 +02:00
Mizux Seiha
6cc8e2bcf5 fix logging on ARM64 and Centos 2021-04-12 12:17:51 +02:00
Mizux Seiha
89d8d77c2a Fix build 2021-04-12 09:21:20 +02:00
Mizux Seiha
a538f6936e Revert "update Makefile.gen.mk" 2021-04-12 09:07:47 +02:00
Mizux Seiha
cd8701a7c9 update .bazelignore 2021-04-12 08:55:01 +02:00
Laurent Perron
afe0403c15 fix scip with glop; add math_opt 2021-04-11 12:05:38 +02:00
Laurent Perron
fbfa1df264 update Makefile.gen.mk 2021-04-11 11:45:53 +02:00
Laurent Perron
3e9473c870 missing deps in all_protos make target 2021-04-11 11:44:02 +02:00
Laurent Perron
ab37f43aa8 mostly reindent 2021-04-11 11:29:32 +02:00
Laurent Perron
049431404f reindent 2021-04-11 11:29:06 +02:00
Laurent Perron
de4701f6da event and message handler for gscip 2021-04-11 11:28:50 +02:00
Laurent Perron
57baa76de8 event and message handler for gscip 2021-04-11 11:28:39 +02:00
Laurent Perron
643fcebc13 reindent 2021-04-11 11:28:26 +02:00
Laurent Perron
58934e4a6f int64 -> int64_t conversion 2021-04-11 11:27:56 +02:00
Laurent Perron
3e89e91f1f more int64->int64_t conversion; remove typedefs 2021-04-11 11:27:33 +02:00
Mizux Seiha
ca4eae2bdc routing: cleanup samples 2021-04-09 15:41:17 +02:00
Mizux Seiha
19d71085aa routing: Add vrp_node_max.py sample 2021-04-09 15:15:11 +02:00