From 7bdbbe09e1e981dacb1502e0604047482b4e0916 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Sun, 30 Dec 2018 12:32:20 +0100 Subject: [PATCH] polish output --- examples/python/jobshop_with_maintenance_sat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/jobshop_with_maintenance_sat.py b/examples/python/jobshop_with_maintenance_sat.py index 497379845c..960b312ff9 100644 --- a/examples/python/jobshop_with_maintenance_sat.py +++ b/examples/python/jobshop_with_maintenance_sat.py @@ -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).