mirror of
https://github.com/Z3Prover/z3
synced 2026-04-24 04:43:31 +00:00
bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7dea0b855b
commit
d91820fe51
12 changed files with 48 additions and 41 deletions
|
|
@ -550,9 +550,8 @@ namespace polysat {
|
|||
if (value == l_false)
|
||||
sc = ~sc;
|
||||
|
||||
if (!sc.is_linear()) {
|
||||
return true;
|
||||
}
|
||||
if (!sc.is_linear())
|
||||
return true;
|
||||
|
||||
entry* ne = alloc_entry(v, idx);
|
||||
if (!m_forbidden_intervals.get_interval(sc, v, *ne)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue