mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
add bound refinement propagation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7fc4653e47
commit
be3c3dacb3
4 changed files with 74 additions and 30 deletions
|
@ -34,7 +34,7 @@ enum arith_solver_id {
|
|||
enum bound_prop_mode {
|
||||
BP_NONE,
|
||||
BP_SIMPLE, // only used for implying literals
|
||||
BP_REFINE // refine known bounds
|
||||
BP_REFINE // adds new literals, but only refines finite bounds
|
||||
};
|
||||
|
||||
enum arith_prop_strategy {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue