Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Oct 7, 2024
2 parents c0a2d69 + fb608de commit 984d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/convert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The ``read_results`` function reads a CBC_, CLP_, HiGHS_,
Gurobi_ or CPLEX_ solution file into memory::

>>> from otoole import read_results
>>> read_results('my_model.yaml', 'cbc', 'csv', 'my_model.sol', 'my_model_csvs', 'datafile', 'my_model.dat')
>>> data, defaults = read_results('my_model.yaml', 'cbc', 'my_model.sol', 'datafile', 'my_model.dat')

See :func:`otoole.convert.read_results` for more details

Expand Down

0 comments on commit 984d839

Please sign in to comment.