From 918b0fd9ecde048773d245eac66eba9b4306d9d2 Mon Sep 17 00:00:00 2001 From: Tim King Date: Fri, 23 Oct 2015 16:57:48 -0700 Subject: This fixes a one definition rule violation for reduceDB_lt in Solver.cc in minisat and bvminisat. This also moves BVMinisat into CVC4. This also wrapped code in cpp files into the namespaces instead of having using namespace *. --- src/prop/bvminisat/mtl/Map.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/prop/bvminisat/mtl/Map.h') diff --git a/src/prop/bvminisat/mtl/Map.h b/src/prop/bvminisat/mtl/Map.h index 4e61d6582..ee68a2155 100644 --- a/src/prop/bvminisat/mtl/Map.h +++ b/src/prop/bvminisat/mtl/Map.h @@ -23,6 +23,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA #include "prop/bvminisat/mtl/IntTypes.h" #include "prop/bvminisat/mtl/Vec.h" +namespace CVC4 { namespace BVMinisat { //================================================================================================= @@ -189,6 +190,7 @@ class Map { }; //================================================================================================= -} +} /* CVC4::BVMinisat namespace */ +} /* CVC4 namespace */ #endif -- cgit v1.2.3