3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-02 12:13:25 +00:00

Remove tptp5 example

Remove the examples/tptp project and its references in the CMake examples
build, mk_project.py, and the CMake examples CI script.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 57b9b87e-950a-49ea-bbb3-ed585646a5a9
This commit is contained in:
Nikolaj Bjorner 2026-07-29 14:00:49 -07:00
parent 1c8b6cfdb8
commit 3631d1b85c
10 changed files with 0 additions and 9915 deletions

View file

@ -117,7 +117,6 @@ def init_project_def():
add_js()
# Examples
add_cpp_example('cpp_example', 'c++')
add_cpp_example('z3_tptp', 'tptp')
add_c_example('c_example', 'c')
add_c_example('maxsat')
add_dotnet_example('dotnet_example', 'dotnet')