Skip to content

Commit 8b5889e

Browse files
add a pdf
1 parent 6d6fa78 commit 8b5889e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python (3.7.0 or higher, and [Anaconda](https://www.anaconda.com/) recommended)
1212

1313
- May have to manually set up `PYTHONPATH` and `PATH` properly, `PYTHONPATH=$Z3_BIN/python`, `PATH=$PATH:$Z3_BIN`
1414

15-
- If the C5.0/LIBSVM binary cannot executed properly, may have to recompile them in your OS and specify the binary executable files in `utils/dt/dt.py` in `class C5DT`, `C5_exec_path` and `utils/svm/svm.py` in `class LibSVMLearner`, `svm_exec_path`
15+
- If the C5.0/LIBSVM binary cannot be executed properly, may have to recompile them in your OS and specify the binary executable files in `utils/dt/dt.py` in `class C5DT`, `C5_exec_path` and `utils/svm/svm.py` in `class LibSVMLearner`, `svm_exec_path`
1616

1717
## Chronosymbolic Learning
1818
- Support SMT-LIB2 format (check-sat) and Datalog format (rule-query)

README.pdf

73.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)