mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 09:07:40 +00:00
use intervals for tracking bounds on arithmetic variables
leverage interval propagation for bounds. merge functionality with propagate-ineqs tactic remove the new propagate-bounds tactic and instead use propagate-ineqs
This commit is contained in:
parent
eb751bec4c
commit
d9f9cceea4
7 changed files with 444 additions and 764 deletions
|
@ -17,7 +17,6 @@ z3_add_component(arith_tactics
|
|||
pb2bv_model_converter.cpp
|
||||
pb2bv_tactic.cpp
|
||||
probe_arith.cpp
|
||||
propagate_ineqs_tactic.cpp
|
||||
purify_arith_tactic.cpp
|
||||
recover_01_tactic.cpp
|
||||
COMPONENT_DEPENDENCIES
|
||||
|
@ -25,7 +24,6 @@ z3_add_component(arith_tactics
|
|||
sat
|
||||
TACTIC_HEADERS
|
||||
add_bounds_tactic.h
|
||||
bound_simplifier_tactic.h
|
||||
card2bv_tactic.h
|
||||
degree_shift_tactic.h
|
||||
diff_neq_tactic.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue