Guillaume Chatelet
|
cb2fae32ed
|
Update files in ortools/base and add more tests
|
2025-09-23 13:18:01 +02:00 |
|
Corentin Le Molgat
|
29a74e7547
|
base: backport rework from main
|
2025-09-22 18:05:44 +02:00 |
|
Corentin Le Molgat
|
149121a5ff
|
bazel: cleanup from main
|
2025-09-22 17:28:02 +02:00 |
|
Mizux Seiha
|
4f381f6d07
|
backport from main:
* bump abseil to 20250814
* bump protobuf to v32.0
* cmake: add ccache auto support
* backport flatzinc, math_opt and sat update
|
2025-09-16 16:25:04 +02:00 |
|
Mizux Seiha
|
805ef64029
|
Merge remote-tracking branch 'origin/main' into v99bugfix
|
2025-08-26 15:52:40 +02:00 |
|
Guillaume Chatelet
|
3668bf6529
|
Remove unnecessary exports_files
|
2025-08-22 16:33:28 +02:00 |
|
Guillaume Chatelet
|
ce299310f6
|
Remove unnecessary exports_files
|
2025-08-22 14:21:26 +00:00 |
|
Corentin Le Molgat
|
ba7e81f729
|
ortools: various export from google3
|
2025-08-22 14:24:48 +02:00 |
|
Corentin Le Molgat
|
0d2c2e6782
|
lp_data: remove model_reader
|
2025-08-21 09:24:48 +02:00 |
|
Corentin Le Molgat
|
bd641e14b9
|
ortools: export from google3
|
2025-08-11 10:38:33 +02:00 |
|
Corentin Le Molgat
|
d830368b0a
|
ortools: export from google3
|
2025-08-11 09:13:53 +02:00 |
|
Corentin Le Molgat
|
3a97726664
|
linear_solver: backport .lp support to solve_model
|
2025-08-06 13:21:18 +02:00 |
|
Corentin Le Molgat
|
260856bf0f
|
linear_solver: rework python typing
|
2025-08-06 13:20:32 +02:00 |
|
Corentin Le Molgat
|
9cde24d763
|
highs: rework HighsInterface::Solve
|
2025-08-06 10:59:09 +02:00 |
|
Corentin Le Molgat
|
80af949922
|
bazel: fix with_highs support
|
2025-08-06 10:58:29 +02:00 |
|
Corentin Le Molgat
|
2fd586595b
|
bazel: fix more load statements
|
2025-08-06 10:57:31 +02:00 |
|
Laurent Perron
|
4ffb359524
|
[Bazel] enable highs for linear_solver by default; better support for highs in linear_solver; read .lp file in solve_model.py
|
2025-08-05 10:26:22 -07:00 |
|
Laurent Perron
|
87a66e6239
|
update python typing
|
2025-07-28 10:34:20 -07:00 |
|
Guillaume Chatelet
|
6759325e87
|
Fix load statements
|
2025-07-24 16:37:06 +00:00 |
|
Guillaume Chatelet
|
5ffb66cdce
|
Fix bazel load rules
|
2025-07-24 10:10:29 +02:00 |
|
Corentin Le Molgat
|
a7f49a2585
|
backport from main
* rename swig files .i in .swig
* update constraint_solver and routing
* backport math_opt changes
* move dynamic loading to ortools/third_party_solvers
|
2025-07-23 23:12:34 +02:00 |
|
Guillaume Chatelet
|
cddd80e8e2
|
Backport string_view_migration.h
|
2025-07-23 15:04:05 +02:00 |
|
Guillaume Chatelet
|
447ce0b3e2
|
Fix bazel load rules
|
2025-07-23 09:05:10 +00:00 |
|
Corentin Le Molgat
|
d344fd265a
|
cmake: fix build when using -DUSE_SCIP=OFF
|
2025-07-21 11:56:27 +02:00 |
|
Corentin Le Molgat
|
3b6336a63c
|
cmake: fix build when using -DUSE_SCIP=OFF
|
2025-07-21 11:48:13 +02:00 |
|
Guillaume Chatelet
|
8098080ff3
|
Merge pull request #4735 from google/backport_string_view_migration
Backport string_view_migration.h
|
2025-07-21 10:01:20 +02:00 |
|
Guillaume Chatelet
|
924ba73402
|
Fix
* Re-introduce it in base/ BUILD.bazel
* Add explicit deps in every target using it
|
2025-07-18 16:18:11 +00:00 |
|
Guillaume Chatelet
|
46f73b3d35
|
Backport trivial changes
|
2025-07-18 16:43:00 +02:00 |
|
Guillaume Chatelet
|
7db9c0e956
|
Backport string_view_migration.h
|
2025-07-18 11:59:34 +00:00 |
|
Guillaume Chatelet
|
d869a1fd4c
|
Backport trivial changes
|
2025-07-18 08:11:03 +00:00 |
|
rs-blade
|
58f3c54580
|
Add MPConstraint::Clear() to C# wrapper
|
2025-07-15 14:08:48 +02:00 |
|
Corentin Le Molgat
|
781ead7283
|
ortools: export from google3
|
2025-07-09 14:13:35 +02:00 |
|
Corentin Le Molgat
|
9991028e4a
|
ortools: export from google3
|
2025-07-07 15:39:38 +02:00 |
|
Guillaume Chatelet
|
914025a5f8
|
Turn some .i files into .swig
This helps with the import / export process.
|
2025-07-03 11:02:22 +02:00 |
|
Guillaume Chatelet
|
6af8bd54b4
|
Turn some .i files into .swig
This helps with the import / export process.
|
2025-07-02 19:11:40 +00:00 |
|
Laurent Perron
|
5b1376b9df
|
small cleaning
|
2025-07-01 16:51:11 +02:00 |
|
Corentin Le Molgat
|
67aef7f1e8
|
linear_solver: export from google3
|
2025-06-23 18:15:45 +02:00 |
|
Laurent Perron
|
fca7bd43c8
|
small updates
|
2025-06-23 17:32:45 +02:00 |
|
Laurent Perron
|
c4b01c1294
|
reorganize gurobi and xpress side loading
|
2025-06-18 18:20:30 +02:00 |
|
Laurent Perron
|
e995b1ad7a
|
remove model_builder support for xpress as it is not implemented; move gurobi_util to linear_solver
|
2025-06-17 13:41:54 +02:00 |
|
Laurent Perron
|
ac0fe62544
|
gscip cleanup; linear_solver samples reident
|
2025-06-17 12:47:23 +02:00 |
|
Corentin Le Molgat
|
478c8b5309
|
cleanup and formatting
|
2025-06-16 18:03:59 +02:00 |
|
Corentin Le Molgat
|
7b67f855e6
|
cleanup and formatting
|
2025-06-16 17:55:56 +02:00 |
|
Laurent Perron
|
0d00ef7cd3
|
cleanup expression for cp-sat and model_builder
|
2025-06-13 13:24:14 +02:00 |
|
Laurent Perron
|
8abc6da4dd
|
cleanup python expression code for cp-sat and model-builder
|
2025-06-13 13:13:26 +02:00 |
|
Laurent Perron
|
aa12c651b6
|
improve python exprs
|
2025-06-12 14:05:56 +02:00 |
|
Laurent Perron
|
b1d5100c3b
|
improve python exprs
|
2025-06-12 14:04:51 +02:00 |
|
Laurent Perron
|
803c4269e2
|
improve python exprs
|
2025-06-12 11:52:16 +02:00 |
|
Laurent Perron
|
7d58c118f6
|
improve python exprs
|
2025-06-12 11:52:00 +02:00 |
|
Laurent Perron
|
1b9c659cf4
|
improve xpress
|
2025-06-04 20:41:01 +02:00 |
|