polish output

This commit is contained in:
Laurent Perron
2018-12-30 12:32:20 +01:00
parent 2488775388
commit 7bdbbe09e1

View File

@@ -22,7 +22,7 @@ from ortools.sat.python import cp_model
def jobshop_with_maintenance():
"""Solves a jobshop with maintenance on one machine."""
# Create the model.
# Create the model.
model = cp_model.CpModel()
jobs_data = [ # task = (machine_id, processing_time).