From 190fed092a2d7d9b4b0b6853c4e4b726e39e3a23 Mon Sep 17 00:00:00 2001 From: Yujun Huang Date: Tue, 30 May 2023 11:27:39 +0200 Subject: typos in README --- README.md | 4 ++-- 1 file 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. -- cgit v1.2.1 From d72919f8186d7696ec363ec10adaf3aa3ea4fb6f Mon Sep 17 00:00:00 2001 From: Yujun Huang Date: Tue, 30 May 2023 11:38:23 +0200 Subject: typos in README --- README.md | 4 ++-- 1 file 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`. -- cgit v1.2.1