Skip to content

Commit 76c33a3

Browse files
committed
update readme
1 parent db7bdf9 commit 76c33a3

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ These problems/models mainly come from the literature/community, in particular f
2727

2828
In order to find specific models from our repository, you can use:
2929

30-
- [this page]() from PySCP3 website
31-
- use the Python script 'searchmodels.py', at the root of theb main directory, whose usage is:
30+
- [this page](http://pycsp.org/models/) from PySCP3 website
31+
- use the Python script 'searchmodels.py', at the root of the main directory, whose usage is:
3232

3333
```
34-
usage: python searchmodels.py [-constraint=Sum] [-tag=xcsp23] [-name='Bacp'] [-cop|csp]
35-
[-reverse] [-json|-file] [-showtags] [-showcontraints]
34+
usage: python searchmodels.py [-constraint=Sum] [-tag=xcsp23] [-name='Bacp'] [-cop|-csp]
35+
[-reverse] [-json|-dir|-gihub] [-showtags] [-showcontraints]
3636
3737
Extract problems with respect to a given query.
3838
You can mix different queries resulting to all problems that matches all queries.
@@ -48,7 +48,8 @@ You can also reverse the results.
4848
-cop|-csp extract cop or csp problems
4949
-reverse reverse the results
5050
51-
-json display results as a json file
51+
-json display results in json format
5252
-github display results as links to github project
53+
-dir display results as directory location
5354
```
5455

0 commit comments

Comments
 (0)