add one test in examples/python bazel
This commit is contained in:
@@ -73,6 +73,13 @@ code_sample_test_arg_py(
|
||||
suffix = "j301_1",
|
||||
)
|
||||
|
||||
code_sample_test_arg_py(
|
||||
name = "rcpsp_sat",
|
||||
args = ["--input $(rootpath //ortools/scheduling/testdata:c1510_1.mm.txt)"],
|
||||
data = ["//ortools/scheduling/testdata:c1510_1.mm.txt"],
|
||||
suffix = "c1510_1",
|
||||
)
|
||||
|
||||
code_sample_py("shift_scheduling_sat")
|
||||
|
||||
code_sample_py("single_machine_scheduling_with_setup_release_due_dates_sat")
|
||||
|
||||
Reference in New Issue
Block a user