This commit is contained in:
Laurent Perron
2025-07-16 17:42:09 +02:00
parent ed8f74273c
commit 442b71c829

View File

@@ -23,8 +23,8 @@ py_binary(
"//ortools/graph/python:linear_sum_assignment.so",
"//ortools/graph/python:max_flow.so",
"//ortools/graph/python:min_cost_flow.so",
"//ortools/sat/python:cp_model_helper.so",
"//ortools/sat/python:cp_model_builder_pybind.so",
"//ortools/sat/python:cp_model_helper.so",
"//ortools/sat/python:sat_parameters_builder_pybind.so",
],
tags = ["manual"],