examples: fix rcpsp_sat.py test

This commit is contained in:
Corentin Le Molgat
2025-07-04 14:21:18 +02:00
parent 914025a5f8
commit b3e91bf346

View File

@@ -27,9 +27,9 @@ from absl import app
from absl import flags
from google.protobuf import text_format
from ortools.sat.python import cp_model
from ortools.scheduling import rcpsp_pb2
from ortools.scheduling.python import rcpsp
from ortools.sat.python import cp_model
_INPUT = flags.DEFINE_string("input", "", "Input file to parse and solve.")
_OUTPUT_PROTO = flags.DEFINE_string(