Skip to content

Commit

Permalink
Corrected old function name in example
Browse files Browse the repository at this point in the history
  • Loading branch information
FBumann committed Nov 15, 2024
1 parent ebf27de commit f7b0002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Ex02_complex/complex_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
calculation.do_modeling()

# Show variables as str (else, you can find them in the results.yaml file
print(calculation.system_model.description_of_equations())
print(calculation.system_model.description_of_constraints())
print(calculation.system_model.description_of_variables())

calculation.solve(fx.solvers.HighsSolver(mip_gap=0.005, time_limit_seconds=30), # Specify which solver you want to use and specify parameters
Expand Down

0 comments on commit f7b0002

Please sign in to comment.