split ortools/data into ortools/scheduling and ortools/packing

This commit is contained in:
Laurent Perron
2021-09-28 15:58:37 +02:00
parent bc2ab43d03
commit f6fa781fa4
33 changed files with 956 additions and 613 deletions

View File

@@ -18,7 +18,7 @@ import collections
from absl import app
from absl import flags
from google.protobuf import text_format
from ortools.data import pywraprcpsp
from ortools.scheduling import pywraprcpsp
from ortools.sat.python import cp_model
FLAGS = flags.FLAGS