cmake: Disable line_balancing_sat.py

need input file
This commit is contained in:
Mizux Seiha
2022-07-28 10:33:28 +02:00
parent 6bc5664081
commit afbccb5936
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ endif()
file(GLOB PYTHON_SRCS "*.py")
# Remove too long examples
list(FILTER PYTHON_SRCS EXCLUDE REGEX ".*/line_balancing_sat.py") # need input file
list(FILTER PYTHON_SRCS EXCLUDE REGEX ".*/arc_flow_cutting_stock_sat.py") # too long
list(FILTER PYTHON_SRCS EXCLUDE REGEX ".*/bus_driver_scheduling_sat.py") # too long
list(FILTER PYTHON_SRCS EXCLUDE REGEX ".*/cover_rectangle_sat.py") # too long