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

@@ -412,6 +412,7 @@ file(GLOB_RECURSE OR_TOOLS_PROTO_FILES RELATIVE ${PROJECT_SOURCE_DIR}
"ortools/packing/*.proto"
"ortools/sat/*.proto"
"ortools/scheduling/*.proto"
"ortools/set_cover/*.proto"
"ortools/util/*.proto"
)
if(USE_PDLP OR BUILD_MATH_OPT)
@@ -539,6 +540,7 @@ foreach(SUBPROJECT IN ITEMS
packing
routing
scheduling
set_cover
port
util)
add_subdirectory(ortools/${SUBPROJECT})