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:
parent
0b8939d86e
commit
ddbcd08d46
7 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue