summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Huang <yujhuang@ethz.ch>2023-05-30 11:38:23 +0200
committerYujun Huang <yujhuang@ethz.ch>2023-05-30 11:38:23 +0200
commitd72919f8186d7696ec363ec10adaf3aa3ea4fb6f (patch)
tree5dcab9c70e8ef1d7b0f3e8c233ec6a643d9440f6
parenttypos in README (diff)
downloadact4e-mcdp-d72919f8186d7696ec363ec10adaf3aa3ea4fb6f.tar.gz
act4e-mcdp-d72919f8186d7696ec363ec10adaf3aa3ea4fb6f.zip
typos in README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 865f1bf..7c0298a 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Then you have available a few test cases in the directory `downloaded/`.
act4e-mcdp-solve-dp \
--solver act4e_mcdp_solution.DPSolver \
--query FixFunMinRes \
- --model downloaded/lib1-parts.e03_splitter1.primitivedps.mcdpr1.yaml \
+ --model downloaded/lib1-parts.primitivedps.e03_splitter1.mcdpr1.yaml \
--data '10'
In brief:
@@ -142,7 +142,7 @@ This is the command you use to run the MCDP solver:
act4e-mcdp-solve-mcdp \
--solver act4e_mcdp_solution.MCDPSolver \
--query FixFunMinRes \
- --model downloaded/lib1-parts.e03_splitter1.models.mcdpr1.yaml \
+ --model downloaded/lib1-parts.models.e03_splitter1.mcdpr1.yaml \
--data '{f: 42}'
Note that for the MCDP solver we give a file of type `models.mcdpr1.yaml` instead of `primitivedps.mcdpr1.yaml`.