3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-14 01:36:48 +00:00

Merge remote-tracking branch 'origin' into c3

This commit is contained in:
CEisenhofer 2026-07-30 15:34:25 +02:00
commit 8a16b2ee4e
210 changed files with 5029 additions and 15072 deletions

View file

@ -118,7 +118,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')