From df535e6166cae143febd68a1756b42d51ff5d5de Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Sat, 29 Dec 2018 10:45:17 +0100 Subject: [PATCH] polish --- examples/python/reallocate_sat.py | 2 +- makefiles/Makefile.python.mk | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/python/reallocate_sat.py b/examples/python/reallocate_sat.py index c71968d7ce..9db119e3a1 100644 --- a/examples/python/reallocate_sat.py +++ b/examples/python/reallocate_sat.py @@ -88,7 +88,7 @@ def main(): print(" - number of projects = ", num_pr) print(" - number of years = ", num_years) - print(' - input pr') + print(' - input production') for p in range(num_pr): for y in range(num_years): if pr[p][y] == 0: diff --git a/makefiles/Makefile.python.mk b/makefiles/Makefile.python.mk index e96cfe10ab..22305867ec 100755 --- a/makefiles/Makefile.python.mk +++ b/makefiles/Makefile.python.mk @@ -722,6 +722,7 @@ test_python_python: \ rpy_magic_sequence_distribute \ rpy_nqueens_sat \ rpy_pyflow_example \ + rpy_reallocate_sat \ rpy_rcpsp_sat \ rpy_single_machine_scheduling_with_setup_release_due_dates_sat \ rpy_steel_mill_slab_sat \