mirror of
https://github.com/Z3Prover/z3
synced 2025-10-19 22:00:31 +00:00
t
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
63db413a86
commit
5f6de08b5d
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