From 86c3ae2e3f03b1c8d70fb38dfff4130d684fb14b Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 24 Oct 2014 16:43:56 +0200 Subject: [PATCH] Fix typo. --- src/theory/quantifiers/ce_guided_instantiation.cpp | 6 +++--- 1 file 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 +} -- 2.30.2