From 4d000265f609e7a68d1149ea484b817ec239139a Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 15 Dec 2011 16:47:28 -0800 Subject: [PATCH] Temporary change to the solver. --- src/sat/bsat/satSolver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sat/bsat/satSolver.h b/src/sat/bsat/satSolver.h index 4c577b1e3..44a6a7c34 100644 --- a/src/sat/bsat/satSolver.h +++ b/src/sat/bsat/satSolver.h @@ -33,7 +33,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA ABC_NAMESPACE_HEADER_START -//#define USE_FLOAT_ACTIVITY +#define USE_FLOAT_ACTIVITY //================================================================================================= // Public interface: