Skip to content

Commit

Permalink
Fixed typo in running the model
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Jan 30, 2023
1 parent 0edfb5a commit 38cbd42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Provides the model and data for a simple island model.

Run the model glpsol:

glpglpsol -d island_data.txt -m island_model.txt -o results.txt
glpsol -d island_data.txt -m island_model.txt -o results.txt

View the LP file by appending `--wlp island.lp` to the command above.

Expand Down

0 comments on commit 38cbd42

Please sign in to comment.