File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ These problems/models mainly come from the literature/community, in particular f
2727
2828In 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
3737Extract problems with respect to a given query.
3838You 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
You can’t perform that action at this time.
0 commit comments