3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-02 20:31:21 +00:00

viable 2 with dlist

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-11-10 14:43:10 -08:00
parent 0bec8520e1
commit c9f5ce43b2
7 changed files with 128 additions and 45 deletions

View file

@ -22,12 +22,6 @@ Author:
namespace polysat {
struct fi_record {
eval_interval interval;
vector<signed_constraint> side_cond;
signed_constraint src;
};
/**
* Find a sequence of intervals that covers all of Z_modulus.
*