README
1TPTP front-end and utilities as a sample using the C++ bindings.
2To build the example execute
3 make examples
4in the build directory.
5
6This command will create the executable tptp.
7On Windows, you can just execute it.
8On macOS and Linux, you must install z3 first using
9 sudo make install
10OR update LD_LIBRARY_PATH (Linux) or DYLD_LIBRARY_PATH (macOS)
11 with the build directory. You need that to be able to
12 find the Z3 shared library.
13
14The sample illustrates using Z3 from the TPTP language.
15The TPTP language is documented on http://tptp.org
16It also exposes utilities for converting between SMT-LIB
17and TPTP format.
18
19