3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-26 13:06:05 +00:00

separate component for asserted_formulas to break dependency cycles

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-03-17 15:51:38 -07:00
parent 25343232ca
commit ab0735fde2
6 changed files with 7 additions and 6 deletions

View file

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