We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b92f4 commit 9b18effCopy full SHA for 9b18eff
1 file changed
makefiles/Makefile.python.mk
@@ -81,7 +81,7 @@ rpy_%: \
81
"$(PYTHON_EXECUTABLE)" ortools$S$1$Ssamples$S$$*.py $(ARGS)
82
endef
83
84
-PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt pdlp routing sat
+PYTHON_SAMPLES := algorithms graph constraint_solver linear_solver math_opt pdlp routing sat set_cover
85
$(foreach sample,$(PYTHON_SAMPLES),$(eval $(call python-sample-target,$(sample))))
86
87
# Examples
0 commit comments