3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-19 22:00:31 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-09-05 13:13:27 -10:00
parent 63db413a86
commit 5f6de08b5d
3 changed files with 78 additions and 21 deletions

View file

@ -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;