3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-01 04:45:52 +00:00

add stubs for arithmetic

This commit is contained in:
Nikolaj Bjorner 2020-10-12 11:24:08 -07:00
parent e683f4be21
commit 4f0c743e2b
8 changed files with 231 additions and 0 deletions

View file

@ -1,5 +1,9 @@
z3_add_component(sat_smt
SOURCES
arith_axioms.cpp
arith_diagnostics.cpp
arith_internalize.cpp
arith_solver.cpp
array_axioms.cpp
array_internalize.cpp
array_model.cpp