[CP-SAT] simplify python proto generation workflow

This commit is contained in:
Laurent Perron
2025-07-17 12:55:17 +02:00
parent 442b71c829
commit 0720713896
14 changed files with 204 additions and 477 deletions

View File

@@ -23,9 +23,7 @@ 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_builder_pybind.so",
"//ortools/sat/python:cp_model_helper.so",
"//ortools/sat/python:sat_parameters_builder_pybind.so",
],
tags = ["manual"],
deps = [

View File

@@ -126,8 +126,6 @@ setup(
'@PYTHON_PROJECT@.sat.colab':['*.pyi', 'py.typed'],
'@PYTHON_PROJECT@.sat.python':[
'$<TARGET_FILE_NAME:cp_model_helper_pybind11>',
'$<TARGET_FILE_NAME:cp_model_builder_pybind>',
'$<TARGET_FILE_NAME:sat_parameters_builder_pybind>',
'*.pyi',
'py.typed'
],