mirror of
https://github.com/Z3Prover/z3
synced 2026-02-14 12:51:48 +00:00
t
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
4a8bae812a
commit
6cf3528252
3 changed files with 78 additions and 21 deletions
|
|
@ -12,7 +12,7 @@ namespace nlsat {
|
|||
unsigned i;
|
||||
};
|
||||
struct symbolic_interval {
|
||||
bool section = true;
|
||||
bool section = false;
|
||||
poly* l = nullptr;
|
||||
unsigned l_index; // the root index
|
||||
poly* u = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue