You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Python (3.7.0 or higher, and [Anaconda](https://www.anaconda.com/) recommended)
43
43
44
44
- Adjust timeout using `-t TIMEOUT`, only effective in directory mode
45
45
46
-
- Specify the result summary log file using `-o FILE_NAME`; Export an additional result summary CSV `FILE_NAME_prefix.csv` (with success and timing statistics) using `-a`; The summary is only available when running multiple instances (directory mode or file list mode)
46
+
- Specify the result summary log file using `-o FILE_NAME`; Export an additional result summary CSV `FILE_NAME_prefix.csv` (with success and timing statistics, and `is_correct` column shows the satisfiability of the CHC system if solved) using `-a`; The summary is only available when running multiple instances (directory mode or file list mode)
47
47
48
48
- Start solving from the file index `K` in the folder `-s K` (`K` is the index starting from zero)
0 commit comments