From 7a2dc6e69eecd9d1bc9848247b53c4bb29f93e1b Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Thu, 9 Jan 2020 10:41:29 -0800 Subject: [PATCH] disable pdd_solver::invariant() Signed-off-by: Lev Nachmanson --- src/math/grobner/pdd_solver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/grobner/pdd_solver.cpp b/src/math/grobner/pdd_solver.cpp index 671bd94b0..32065a5c4 100644 --- a/src/math/grobner/pdd_solver.cpp +++ b/src/math/grobner/pdd_solver.cpp @@ -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;