Commit 06bded39 authored by Theo Christiaanse's avatar Theo Christiaanse
Browse files

moved the print

parent 5593687e
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ class EHubModel:
        options     = solver_settings["options"]
        print(solver)
        print(options)
        print(solver_path)
        if options is None:
            options = {}

@@ -106,6 +105,8 @@ class EHubModel:
            # Use of the solver path is optional, however,
            # needed when doing cluster submission.
            solver_path = solver_settings["solver_path"]
            print(solver_path)

            status = pylp.solve(objective=self.objective,
                                constraints=self.constraints,
                                minimize=True,