3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-26 07:29:33 +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

@ -360,6 +360,7 @@ public:
lp::lp_settings& lp_settings();
const lp::lp_settings& lp_settings() const;
unsigned random();
unsigned random(unsigned n);
// we look for octagon constraints here, with a left part +-x +- y
void collect_equivs();