summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-03-20 18:16:26 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-04-01 16:11:24 -0400
commitb6ad34343d0a09de37dc4e5ff57cd8625dca3fc4 (patch)
treed4aa8da10c6ad99c46d7f8c1fd824f2d7566ef4e /src/theory/quantifiers
parentcba10a096d97e82bd112b4d99a6ebe399d1369d6 (diff)
Merging some cleanup work:
* Comment cleanup * Spelling fixes * Fix warnings * Documentation updates * References in docs to cryptominisat removed * Unneeded scope resolutions removed * Old, unused regression removed
Diffstat (limited to 'src/theory/quantifiers')
-rw-r--r--src/theory/quantifiers/quant_util.h2
-rw-r--r--src/theory/quantifiers/term_database.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/quant_util.h b/src/theory/quantifiers/quant_util.h
index 0b4f2654b..187587227 100644
--- a/src/theory/quantifiers/quant_util.h
+++ b/src/theory/quantifiers/quant_util.h
@@ -31,7 +31,7 @@ namespace theory {
class QuantRelevance
{
private:
- /** for computing relavance */
+ /** for computing relevance */
bool d_computeRel;
/** map from quantifiers to symbols they contain */
std::map< Node, std::vector< Node > > d_syms;
diff --git a/src/theory/quantifiers/term_database.h b/src/theory/quantifiers/term_database.h
index 6bfea5c44..e232a382e 100644
--- a/src/theory/quantifiers/term_database.h
+++ b/src/theory/quantifiers/term_database.h
@@ -212,7 +212,7 @@ private:
std::map< TNode, std::vector< TNode > > d_var_contains;
/** triggers for each operator */
std::map< Node, std::vector< inst::Trigger* > > d_op_triggers;
- /** helper for is intance of */
+ /** helper for is instance of */
bool isUnifiableInstanceOf( Node n1, Node n2, std::map< Node, Node >& subs );
public:
/** compute var contains */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback