File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Then, prepare the dataset following the instruction in `data/` folder.
3131
3232- Run: ` python test.py ` with the parameters below:
3333
34- - Specify file name using ` -f FILE_NAME `
34+ - Specify instance file name using ` -f FILE_NAME `
3535
3636 - Specify log file (which records how the tool solves the CHC system) using ` -l FILE_NAME `
3737
@@ -45,7 +45,9 @@ Then, prepare the dataset following the instruction in `data/` folder.
4545
4646 - Adjust timeout using ` -t TIMEOUT ` , only effective in directory mode
4747
48- - Specify result file using ` -o FILE_NAME ` , export a result csv (with success and timing statistics) with the same file name using ` -a `
48+ - Specify overall result file using ` -o FILE_NAME ` , export a result csv (with success and timing statistics) with the same file name using ` -a `
49+
50+ - Individual LOG files will be outputed in ` ./log/YOUR_INSTANCE_PATH `
4951
5052 - Start testing from the file index k in the folder ` -s k ` (index start from zero)
5153
You can’t perform that action at this time.
0 commit comments