summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_instantiation.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-06-03 13:16:44 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-06-03 13:16:50 +0200
commitd363ad0cfd7835220bb6cc3265ea2274deba9479 (patch)
tree1e4c395cd0e89000bb7fa071dce30d779d1df16a /src/theory/quantifiers/ce_guided_instantiation.cpp
parentb64e5071232a3e9d73548675d9a5eb1346f45387 (diff)
Refactoring of sygus parsing, properly parse Constant/Variable constructors.
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 aaab8f3f9..40fea68da 100644
--- a/src/theory/quantifiers/ce_guided_instantiation.cpp
+++ b/src/theory/quantifiers/ce_guided_instantiation.cpp
@@ -484,9 +484,9 @@ void CegInstantiation::getMeasureLemmas( Node n, Node v, std::vector< Node >& le
void CegInstantiation::printSynthSolution( std::ostream& out ) {
if( d_conj ){
- if( !(Trace.isOn("cegqi-stats")) ){
- out << "Solution:" << std::endl;
- }
+ //if( !(Trace.isOn("cegqi-stats")) ){
+ // out << "Solution:" << std::endl;
+ //}
for( unsigned i=0; i<d_conj->d_candidates.size(); i++ ){
std::stringstream ss;
ss << d_conj->d_quant[0][i];
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback