summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/synth_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/synth_engine.h')
-rw-r--r--src/theory/quantifiers/sygus/synth_engine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/quantifiers/sygus/synth_engine.h b/src/theory/quantifiers/sygus/synth_engine.h
index c4c09e7e6..e099657ad 100644
--- a/src/theory/quantifiers/sygus/synth_engine.h
+++ b/src/theory/quantifiers/sygus/synth_engine.h
@@ -86,9 +86,9 @@ class SynthEngine : public QuantifiersModule
*
* The purpose of this method is to inform the solution reconstruction
* techniques within the single invocation module that n is an original
- * assertion, prior to rewriting. This is used as a heuristic to remember
- * terms that are likely to help when trying to reconstruct a solution
- * that fits a given input syntax.
+ * assertion. This is used as a heuristic to remember terms that are likely
+ * to help when trying to reconstruct a solution that fits a given input
+ * syntax.
*/
void preregisterAssertion(Node n);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback