summaryrefslogtreecommitdiff
path: root/src/parser/smt/smt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/smt/smt.h')
-rw-r--r--src/parser/smt/smt.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/parser/smt/smt.h b/src/parser/smt/smt.h
index 23881c8b9..ffc113574 100644
--- a/src/parser/smt/smt.h
+++ b/src/parser/smt/smt.h
@@ -87,11 +87,9 @@ public:
* @param parser the CVC4 Parser object
* @param theory the theory to open (e.g., Core, Ints)
*/
- void
- addTheory(Theory theory);
+ void addTheory(Theory theory);
- bool
- logicIsSet();
+ bool logicIsSet();
/**
* Sets the logic for the current benchmark. Declares any logic and theory symbols.
@@ -99,8 +97,7 @@ public:
* @param parser the CVC4 Parser object
* @param name the name of the logic (e.g., QF_UF, AUFLIA)
*/
- void
- setLogic(const std::string& name);
+ void setLogic(const std::string& name);
static Logic toLogic(const std::string& name);
@@ -109,7 +106,8 @@ private:
void addArithmeticOperators();
void addUf();
static std::hash_map<const std::string, Logic, CVC4::StringHashFunction> newLogicMap();
-};
+};/* class Smt */
+
}/* CVC4::parser namespace */
}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback