Skip to content

Commit

Permalink
solver fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Manish-Khanra committed Nov 16, 2024
1 parent 747280e commit 3b8a2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assume/units/steel_plant.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def __init__(
if len(solvers) < 1:
raise Exception(f"None of {SOLVERS} are available")

self.solver = SolverFactory(solvers[1])
self.solver = SolverFactory(solvers[0])
self.solver_options = {
"output_flag": False,
"log_to_console": False,
Expand Down

0 comments on commit 3b8a2d3

Please sign in to comment.