Skip to content

Commit d62dbe8

Browse files
update readme
1 parent 88591de commit d62dbe8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)