From 38cbd42da5f1683f530ef004a1815b718726519e Mon Sep 17 00:00:00 2001 From: Will Usher Date: Mon, 30 Jan 2023 09:11:06 +0100 Subject: [PATCH] Fixed typo in running the model --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 623a72b..968a3e9 100644 --- a/readme.md +++ b/readme.md @@ -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.