3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-20 17:14:43 +00:00

use model-based FM strategy for saturation

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-10-10 15:32:18 -07:00
parent ce614ac26d
commit ff975e49f2
8 changed files with 332 additions and 60 deletions

View file

@ -515,6 +515,8 @@ const lp::lp_settings& core::lp_settings() const {
}
unsigned core::random() { return lp_settings().random_next(); }
unsigned core::random(unsigned n) { return lp_settings().random_next() % n; }
// we look for octagon constraints here, with a left part +-x +- y