From 1ce0650dcf8ce30424b546deb540974cc510c215 Mon Sep 17 00:00:00 2001 From: Dejan Jovanović Date: Wed, 9 May 2012 21:25:17 +0000 Subject: * simplifying equality engine interface * notifications are now through the interface subclass instead of a template * notifications include constants being merged * changed contextNotifyObj::notify to contextNotifyObj::contextNotifyPop so it's more descriptive and doesn't clutter methods when subclassed * sat solver now has explicit methods to make true and false constants * 0-level literals are removed from explanations of propagations --- src/util/configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/configuration.cpp') diff --git a/src/util/configuration.cpp b/src/util/configuration.cpp index 66b0a2f90..6f01d6cf4 100644 --- a/src/util/configuration.cpp +++ b/src/util/configuration.cpp @@ -162,7 +162,7 @@ bool Configuration::isDebugTag(char const *tag){ return true; } } -#endif * CVC4_DEBUG */ +#endif /* CVC4_DEBUG */ return false; } -- cgit v1.2.3