mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 15:55:46 +00:00
forbidden intervals for strict inequalities
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82798863ba
commit
417a5320c7
5 changed files with 95 additions and 19 deletions
|
@ -176,7 +176,6 @@ namespace polysat {
|
|||
core.reset();
|
||||
LOG_H3("Polynomial superposition " << eq << " " << c << " reduced to " << c2);
|
||||
if (c2.bvalue(s) == l_false) {
|
||||
UNREACHABLE();
|
||||
// TODO this loops or crashes depending on whether we
|
||||
// return true or false.
|
||||
core.insert(eq);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue