Skip to content

Commit eabe16a

Browse files
bugfix
1 parent 47040af commit eabe16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution_methods/cp_sat/run_cp_sat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import os
44

5-
from visualisation import gantt_chart, precedence_chart
5+
from visualization import gantt_chart, precedence_chart
66
from solution_methods.helper_functions import load_parameters, load_job_shop_env
77
from solution_methods.CP_SAT.utils import results_saving, output_dir_exp_name
88
from solution_methods.CP_SAT.models import FJSPSDSTmodel, FAJSPmodel, FJSPmodel, JSPmodel

0 commit comments

Comments
 (0)