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 |
|
Corentin Le Molgat
|
2fd586595b
|
bazel: fix more load statements
|
2025-08-06 10:57:31 +02: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 |
|
Corentin Le Molgat
|
fdfc6af03e
|
rework ortools samples (#4590)
|
2025-05-16 18:02:19 +02:00 |
|
Corentin Le Molgat
|
bdfbbc6809
|
call absl::SetStderrThreshold before InitGoogle
|
2025-02-25 11:37:10 +01:00 |
|
Corentin Le Molgat
|
d4acbe81ce
|
replace base/logging.h by absl/log/log.h
|
2025-02-25 11:16:30 +01:00 |
|
Corentin Le Molgat
|
a66a6daac7
|
Bump Copyright to 2025
|
2025-01-10 11:35:44 +01:00 |
|
Laurent Perron
|
fc422b468f
|
update code
|
2024-12-19 15:39:10 +01:00 |
|
Corentin Le Molgat
|
cbb5660c64
|
bazel: don't use native rules for samples
|
2024-10-07 08:25:27 +02:00 |
|
Corentin Le Molgat
|
d148a3f34e
|
backport linear_solver/samples bazel fix from main
|
2024-09-18 11:57:40 +02:00 |
|
Corentin Le Molgat
|
22f931251c
|
indent fixup
|
2024-07-12 15:51:52 +02:00 |
|
Corentin Le Molgat
|
8931e50f31
|
backport math_opt from main
|
2024-05-30 10:52:45 +02:00 |
|
Laurent Perron
|
2b7ddee138
|
fix comment
|
2024-05-30 10:52:44 +02:00 |
|
Laurent Perron
|
4cbd27dae9
|
sync with main
|
2024-05-30 10:52:42 +02:00 |
|
Corentin Le Molgat
|
c9b1ad998a
|
backport linear_solver, math_opt, pdlp and util from main
|
2024-05-30 10:51:54 +02:00 |
|
Corentin Le Molgat
|
7050ad3fc9
|
cmake: rework java helper functions
|
2024-01-18 11:22:38 +01:00 |
|
Corentin Le Molgat
|
dd6da5bf0f
|
cmake: rework dotnet helper functions
|
2024-01-18 11:22:38 +01:00 |
|
Corentin Le Molgat
|
21fd586d32
|
cmake: rework add_python_sample()
|
2024-01-16 15:14:34 +01:00 |
|
Corentin Le Molgat
|
835d93025f
|
cmake: Rework add_cxx_sample()
* Add mandatory FILE_NAME option
* Add COMPONENT_NAME option
|
2024-01-16 11:27:01 +01:00 |
|
Mizux Seiha
|
a76bf1c5dd
|
bump license boilerplate
|
2024-01-04 13:43:15 +01:00 |
|
Corentin Le Molgat
|
778f90ee9d
|
bazel: remove jvm_flags hack
|
2023-12-18 13:59:59 +01:00 |
|
Corentin Le Molgat
|
2649b4284a
|
Add int128.proto
|
2023-12-08 14:28:53 +01:00 |
|
Laurent Perron
|
72f274f844
|
Change proto to/from file API to use absl::StatusOr; add reader/writer proto_file to model_builder
|
2023-11-20 16:13:03 +01:00 |
|
Corentin Le Molgat
|
dd57344ef2
|
linear_solver: python cleanup
|
2023-11-20 10:37:51 +01:00 |
|
Laurent Perron
|
0ccc07f288
|
add glop_proto_solver; split bazel targets for proto_solver
|
2023-11-17 14:17:52 +01:00 |
|
Laurent Perron
|
7bdde984aa
|
model_builder python: ModelBuilder -> Model, ModelSolver -> Solver; fix bug in enforced linear support; tweak wrappers:
|
2023-11-06 16:16:38 +01:00 |
|
Laurent Perron
|
fcd64e6b97
|
polish on model_builder code
|
2023-11-06 15:20:03 +01:00 |
|
Laurent Perron
|
5fa6f76cab
|
ModelBuilder C# class -> Model, ModelSolver c# class -> Solver to avoir name conflict between the class and the namespace
|
2023-11-05 19:18:48 +01:00 |
|
Laurent Perron
|
d229e48c88
|
polish model_builder code and samples; tweak C# wrapping code
|
2023-11-03 15:09:13 +01:00 |
|
Laurent Perron
|
f8e8f25522
|
polish all java and C# ModelBuilder samples
|
2023-11-02 12:06:04 +01:00 |
|
Laurent Perron
|
58d77a4ae9
|
Add new model_builder C# samples
|
2023-11-02 10:03:55 +01:00 |
|
Laurent Perron
|
915cacf963
|
new model_builder C# sample
|
2023-11-02 04:24:38 +01:00 |
|
Laurent Perron
|
983631dddb
|
new model_builder C# sample
|
2023-11-02 04:11:45 +01:00 |
|
Laurent Perron
|
a4a47043d4
|
update
|
2023-11-01 09:36:52 +01:00 |
|
Laurent Perron
|
f5c865d6ab
|
tweak model_builder java cloning API
|
2023-10-25 15:38:57 +02:00 |
|
Corentin Le Molgat
|
7c308c7b09
|
linear_solver: Cleanup python samples
|
2023-10-25 13:57:55 +02:00 |
|
Laurent Perron
|
86a8444709
|
Add ModelBuilder.clone() java API + sample
|
2023-10-24 14:50:13 +02:00 |
|
Laurent Perron
|
9939e9d074
|
polish
|
2023-10-24 13:33:46 +02:00 |
|
Laurent Perron
|
d86dfadc86
|
add model cloning to model_builder python + sample
|
2023-10-24 11:44:43 +02:00 |
|
Corentin Le Molgat
|
2e8543914e
|
bazel: Fix linear_solver samples tests
|
2023-07-21 16:43:45 +02:00 |
|
Corentin Le Molgat
|
c368a4d9fa
|
example: Fix python formating
|
2023-07-13 14:28:36 +02:00 |
|
Laurent Perron
|
3acda0a0e9
|
switch model_builder python from numpy to pandas
|
2023-07-09 13:54:23 +02:00 |
|
Laurent Perron
|
346642b871
|
remove the pywrap prefix from pybind11 modules; add _pybind to the cmake target of the same modules
|
2023-07-03 14:30:27 +02:00 |
|
Laurent Perron
|
6c14676265
|
test bazel fix for model_builder
|
2023-07-02 19:41:29 +02:00 |
|
Laurent Perron
|
9635b925f6
|
reformat linear_solver python code to BLACK; support pybind11_protobuf
|
2023-06-28 15:57:32 +02:00 |
|
Corentin Le Molgat
|
cb6d120b2d
|
linear_solver: Fixup
|
2023-06-02 08:53:08 +02:00 |
|
Corentin Le Molgat
|
f30fe5414d
|
update linear_solver
|
2023-04-05 10:36:55 +02:00 |
|
Mizux Seiha
|
2de7d6fbac
|
bazel: Fix build
|
2023-04-03 11:06:28 +02:00 |
|
Corentin Le Molgat
|
1e0f4027e2
|
bazel: Fix java tests/samples run
* remove: code_samples_java_test
* Fix jvm library path on windows
|
2023-03-06 15:45:23 +01:00 |
|