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:
parent
ce614ac26d
commit
ff975e49f2
8 changed files with 332 additions and 60 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue