mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix #3363, already fixed in Debug branch, importing fix
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ed70d246d3
commit
9c9ce0b920
1 changed files with 5 additions and 2 deletions
|
@ -119,6 +119,9 @@ namespace dd {
|
||||||
if (has_conflict) {
|
if (has_conflict) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (s.is_trivial(*src)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
unsigned v = src->poly().var();
|
unsigned v = src->poly().var();
|
||||||
equation_vector const& uses = use_list[v];
|
equation_vector const& uses = use_list[v];
|
||||||
TRACE("dd.solver",
|
TRACE("dd.solver",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue