Commit Graph

13473 Commits

Author SHA1 Message Date
Corentin Le Molgat
9509cabec1 base: Add vlog_is_on to logging.h 2024-08-05 16:04:25 +02:00
Corentin Le Molgat
022ffe8a79 math_opt: update from google3 2024-08-05 14:05:39 +02:00
Corentin Le Molgat
37cd7fb297 cmake: Fix configure 2024-08-05 14:05:18 +02:00
Corentin Le Molgat
e9064c3527 base: update temp_path and file 2024-08-05 11:41:18 +02:00
Corentin Le Molgat
840c4e25de math_opt: disable broken tests 2024-08-05 10:50:02 +02:00
Corentin Le Molgat
81f23141a4 bazel: make //ortools/math_opt/solvers:cp_sat_solver_test eternal
note: takes more than 300s on github runners...
2024-08-05 10:50:02 +02:00
Laurent Perron
d34ddd61c6 [CP-SAT] more span; minor scheduling optims 2024-08-02 10:55:55 -07:00
Laurent Perron
9feaef9593 improve WriteMpsToFile 2024-08-02 10:55:25 -07:00
Laurent Perron
477494e458 more span 2024-08-02 10:55:13 -07:00
Mizux Seiha
cd2f6e1928 math_opt: Fix CMake build when USE_SCIP=OFF 2024-08-01 19:55:26 +02:00
Mizux Seiha
eb92f3c68b bazel(ci): Fix Linux Bazel workflow 2024-07-31 14:15:03 +02:00
Mizux Seiha
380e6fa408 base/file: fix windows implem 2024-07-31 11:27:43 +02:00
Mizux Seiha
219deefe97 cmake: fix math_opt python 2024-07-30 16:32:00 +02:00
Mizux Seiha
c59308218c cmake: Fix math_opt build 2024-07-30 11:36:11 +02:00
Corentin Le Molgat
6dc31775a1 export math_opt/ from google3 2024-07-30 09:18:39 +02:00
Corentin Le Molgat
286089e617 export base/ from google3 2024-07-30 09:18:39 +02:00
Corentin Le Molgat
22257dfd05 routing: Export from google3 2024-07-29 13:22:12 +02:00
Laurent Perron
0c7ae3c8a6 Merge pull request #4329 from CADBIMDeveloper/main
Fix XUnit tests output
2024-07-27 06:33:00 -07:00
Alexander Ignatovich
589a9eb3b4 fix linear solver test output 2024-07-27 14:57:51 +03:00
Alexander Ignatovich
da92e4ba15 fix SAT solver test output 2024-07-27 14:49:33 +03:00
Laurent Perron
598637e39c Merge branch 'main' of github.com:google/or-tools 2024-07-25 15:47:38 -07:00
Laurent Perron
1430011519 polish python examples: use string interpolations; remove many mypy warnings 2024-07-25 15:46:57 -07:00
Mizux Seiha
b7cc25ef6c cmake: Fix java native dependencies 2024-07-25 16:47:38 +02:00
Laurent Perron
c0c709c0bc remove mypy issues 2024-07-24 14:54:57 -07:00
Laurent Perron
43765b0cee Merge branch 'main' of github.com:google/or-tools 2024-07-24 11:18:54 -07:00
Laurent Perron
78759b9528 [CP-SAT] fix scheduling bug 2024-07-24 11:18:42 -07:00
Laurent Perron
309c1223e0 polish 2024-07-24 11:18:16 -07:00
Corentin Le Molgat
b8245ae0d9 cmake: Fix windows OUTPUTCONFIG case 2024-07-24 08:03:55 -07:00
Laurent Perron
b0eb3582f4 [CP-SAT] improve mod doc; improve precedences in scheduling; speed up circuit data structures 2024-07-23 20:01:32 +02:00
Laurent Perron
4c87a36244 specify the modulo convention in python CP-SAT 2024-07-23 19:35:24 +02:00
Laurent Perron
5ab943e0b5 add new python example; add simple typing annotations 2024-07-23 14:07:41 +02:00
Laurent Perron
7fbe3d76ee bump docker tag 2024-07-22 17:34:17 +02:00
Laurent Perron
7f5ab5293c speedup 2024-07-22 17:34:08 +02:00
Laurent Perron
5dec869aa4 fix #4322 2024-07-22 17:34:01 +02:00
Laurent Perron
07634d5417 reduce example runtime 2024-07-22 17:33:36 +02:00
Corentin Le Molgat
e8ea825f26 glop: fix cmake build 2024-07-22 15:58:43 +02:00
Corentin Le Molgat
f7cb161a3b sat: Cleanup SatSolverTests.cs 2024-07-22 14:31:23 +02:00
Corentin Le Molgat
83567063f4 docker: Format fix 2024-07-22 14:23:28 +02:00
Laurent Perron
d077c2c12f fix 2024-07-22 14:16:53 +02:00
Laurent Perron
e1ba22eaef fix 2024-07-22 14:08:18 +02:00
Laurent Perron
125b3c83e7 Merge branch 'main' of github.com:google/or-tools 2024-07-22 14:05:17 +02:00
Laurent Perron
510e2408ad add new examples 2024-07-22 14:03:23 +02:00
Laurent Perron
9a5584b096 [CP-SAT] remove failing DCHECK; polish the C# API 2024-07-22 14:03:08 +02:00
Corentin Le Molgat
95b10aa0eb sat: Fix SatSolverTests.cs 2024-07-22 13:28:01 +02:00
Corentin Le Molgat
aa256fed08 ci: Use macos-12 runner image for FreeBSD to get vagrant 2024-07-22 13:28:01 +02:00
Corentin Le Molgat
ff04a84142 cmake(ci): Fix almalinux and rockylinux dotnet build 2024-07-22 13:28:01 +02:00
Laurent Perron
8ef400dccc Merge pull request #4323 from CADBIMDeveloper/literal-as-expr
Add ILiteral.AsExpr() method
2024-07-22 12:44:10 +02:00
Alexander Ignatovich
817c9b322a return 1 - boolvar_ 2024-07-22 12:50:51 +03:00
Laurent Perron
b19a39c202 small cleanups 2024-07-22 11:31:29 +02:00
Laurent Perron
db0c467e03 new example: pell equation 2024-07-22 11:30:12 +02:00