summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYujun Huang <yujhuang@ethz.ch>2023-05-30 11:27:39 +0200
committerYujun Huang <yujhuang@ethz.ch>2023-05-30 11:27:39 +0200
commit190fed092a2d7d9b4b0b6853c4e4b726e39e3a23 (patch)
tree1eef40e8be117ff8cc1d2c9a45336e8516dc2a57
parentmore (diff)
downloadact4e-mcdp-190fed092a2d7d9b4b0b6853c4e4b726e39e3a23.tar.gz
act4e-mcdp-190fed092a2d7d9b4b0b6853c4e4b726e39e3a23.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 9fb2ec1..865f1bf 100644
--- a/README.md
+++ b/README.md
@@ -60,13 +60,13 @@ Then you have available a few test cases in the directory `downloaded/`.
--solver act4e_mcdp_solution.DPSolver \
--query FixFunMinRes \
--model downloaded/lib1-parts.e03_splitter1.primitivedps.mcdpr1.yaml \
- --data '42'
+ --data '10'
In brief:
* `--solver act4e_mcdp_solution.DPSolver`: this selects the class for your solver;
* `--query FixFunMinRes`: this selects `FixFunMinRes` (other choice: `FixResMaxFun`);
-* `--model downloaded/lib1-parts.e03_splitter1.primitivedps.mcdpr1.yaml`: this selects the model to use for optimization;
+* `--model downloaded/lib1-parts.primitivedps.e03_splitter1.mcdpr1.yaml`: this selects the model to use for optimization;
* `--data '10'`: this selects the query to give.
It is a YAML dictionary with a key for each functionality name.