move set_cover code in its own directory

This commit is contained in:
Laurent Perron
2025-02-17 12:52:36 +01:00
parent cc9181db9d
commit 4efd54f5f0
43 changed files with 1898 additions and 312 deletions

View File

@@ -59,7 +59,6 @@ setup(
],
'@PYTHON_PROJECT@.algorithms.python':[
'$<TARGET_FILE_NAME:knapsack_solver_pybind11>',
'$<TARGET_FILE_NAME:set_cover_pybind11>',
'*.pyi'
],
'@PYTHON_PROJECT@.bop':['*.pyi'],
@@ -125,6 +124,10 @@ setup(
'$<TARGET_FILE_NAME:rcpsp_pybind11>',
'*.pyi'
],
'@PYTHON_PROJECT@.set_cover.python':[
'$<TARGET_FILE_NAME:set_cover_pybind11>',
'*.pyi'
],
'@PYTHON_PROJECT@.util.python':[
'$<TARGET_FILE_NAME:sorted_interval_list_pybind11>',
'*.pyi'