mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 09:37:44 +00:00
fix #5065 - regression solving str.from_int equations now that it isn't injective any longer
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4c9fed21e2
commit
0ce1c34d81
29 changed files with 218 additions and 178 deletions
|
@ -13,7 +13,7 @@ z3_add_component(smtlogic_tactics
|
|||
qfufbv_tactic.cpp
|
||||
qfuf_tactic.cpp
|
||||
quant_tactics.cpp
|
||||
smt_tactic_select.cpp
|
||||
smt_tactic.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
ackermannization
|
||||
aig_tactic
|
||||
|
@ -28,6 +28,7 @@ z3_add_component(smtlogic_tactics
|
|||
PYG_FILES
|
||||
qfufbv_tactic_params.pyg
|
||||
TACTIC_HEADERS
|
||||
smt_tactic.h
|
||||
nra_tactic.h
|
||||
qfaufbv_tactic.h
|
||||
qfauflia_tactic.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue