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:
parent
0bec8520e1
commit
c9f5ce43b2
7 changed files with 128 additions and 45 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue