3
0
Fork 0
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:
Lev Nachmanson 2020-01-09 10:41:29 -08:00
parent d9af0b1a01
commit 7a2dc6e69e

View file

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