From 8cd22903675724e29249ce089ee77c7c4d3897fb Mon Sep 17 00:00:00 2001 From: Kshitij Bansal Date: Fri, 8 Jun 2012 05:56:08 +0000 Subject: Merge from decision branch (till r3663) (no performace or search behavior changes expected) --- src/decision/justification_heuristic.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/decision/justification_heuristic.cpp') diff --git a/src/decision/justification_heuristic.cpp b/src/decision/justification_heuristic.cpp index c859e5d07..68c11295f 100644 --- a/src/decision/justification_heuristic.cpp +++ b/src/decision/justification_heuristic.cpp @@ -68,12 +68,6 @@ CVC3 code <----> this code // Local helper functions for just this file -SatValue invertValue(SatValue v) -{ - if(v == SAT_VALUE_UNKNOWN) return SAT_VALUE_UNKNOWN; - else if(v == SAT_VALUE_TRUE) return SAT_VALUE_FALSE; - else return SAT_VALUE_TRUE; -} // JustificationHeuristic stuff -- cgit v1.2.3