backport from main:

* bump abseil to 20250814
* bump protobuf to v32.0
* cmake: add ccache auto support
* backport flatzinc, math_opt and sat update
This commit is contained in:
Mizux Seiha
2025-09-16 16:25:04 +02:00
parent 2131e87519
commit 4f381f6d07
373 changed files with 30302 additions and 6458 deletions

View File

@@ -58,8 +58,6 @@ def code_sample_py(name):
"//ortools/init/python:init",
"//ortools/linear_solver/python:model_builder",
],
python_version = "PY3",
srcs_version = "PY3",
)
py_test(
@@ -77,8 +75,6 @@ def code_sample_py(name):
requirement("numpy"),
requirement("pandas"),
],
python_version = "PY3",
srcs_version = "PY3",
)
def code_sample_java(name):