mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
disable pdd_solver::invariant()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
d9af0b1a01
commit
7a2dc6e69e
|
@ -447,6 +447,7 @@ namespace dd {
|
|||
}
|
||||
|
||||
void solver::invariant() const {
|
||||
return; // disabling the check that seem incorrect after changing in the order of pdd expressions
|
||||
// equations in processed have correct indices
|
||||
// they are labled as processed
|
||||
unsigned i = 0;
|
||||
|
|
Loading…
Reference in a new issue