3
0
Fork 0
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:
Nikolaj Bjorner 2020-08-12 10:10:31 -07:00
parent 7fc4653e47
commit be3c3dacb3
4 changed files with 74 additions and 30 deletions

View file

@ -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 {