summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_instantiation.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2014-10-24 16:43:56 +0200
committerMorgan Deters <mdeters@cs.nyu.edu>2014-10-24 16:44:03 +0200
commit86c3ae2e3f03b1c8d70fb38dfff4130d684fb14b (patch)
treef155fd0f600b42480024dc8c82a4392a30bdd203 /src/theory/quantifiers/ce_guided_instantiation.cpp
parent4a66172643d20f185948b9acf490aecf5b451ac7 (diff)
Fix typo.
Diffstat (limited to 'src/theory/quantifiers/ce_guided_instantiation.cpp')
-rw-r--r--src/theory/quantifiers/ce_guided_instantiation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/ce_guided_instantiation.cpp b/src/theory/quantifiers/ce_guided_instantiation.cpp
index 69e8cc4e0..2ec15f538 100644
--- a/src/theory/quantifiers/ce_guided_instantiation.cpp
+++ b/src/theory/quantifiers/ce_guided_instantiation.cpp
@@ -85,13 +85,13 @@ bool CegInstantiation::needsModel( Theory::Effort e ) {
void CegInstantiation::check( Theory::Effort e, unsigned quant_e ) {
if( quant_e==QuantifiersEngine::QEFFORT_MODEL ){
- Trace("cegqi-engine") << "---Countexample Guided Instantiation Engine---" << std::endl;
+ Trace("cegqi-engine") << "---Counterexample Guided Instantiation Engine---" << std::endl;
Trace("cegqi-engine-debug") << std::endl;
Trace("cegqi-engine-debug") << "Current conjecture status : active : " << d_conj->d_active << " feasible : " << !d_conj->d_infeasible << std::endl;
if( d_conj->d_active && !d_conj->d_infeasible ){
checkCegConjecture( d_conj );
}
- Trace("cegqi-engine") << "Finished Countexample Guided Instantiation engine." << std::endl;
+ Trace("cegqi-engine") << "Finished Counterexample Guided Instantiation engine." << std::endl;
}
}
@@ -354,4 +354,4 @@ void CegInstantiation::getMeasureLemmas( Node n, Node v, std::vector< Node >& le
}
}
-} \ No newline at end of file
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback