3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 21:16:02 +00:00

move asserted_formulas to solver scope

This commit is contained in:
Nikolaj Bjorner 2021-03-17 15:02:16 -07:00
parent 0b8939d86e
commit ddbcd08d46
7 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,6 @@
z3_add_component(solver
SOURCES
asserted_formulas.cpp
check_sat_result.cpp
check_logic.cpp
combined_solver.cpp
@ -14,6 +15,7 @@ z3_add_component(solver
COMPONENT_DEPENDENCIES
model
tactic
smt_params
PYG_FILES
combined_solver_params.pyg
parallel_params.pyg