3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-31 03:32:28 +00:00

remove ad-hoc membership axioms, enable boundary point saturatino

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-10-23 09:42:25 +02:00
parent 2e4402c8f3
commit b96624727d
3 changed files with 6 additions and 12 deletions

View file

@ -282,7 +282,7 @@ namespace smt {
if (activate_unasserted_clause())
return FC_CONTINUE;
if (false && activate_range_local_axioms())
if (activate_range_local_axioms())
return FC_CONTINUE;
if (assume_eqs())