summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/sygus/cegis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/sygus/cegis.h')
-rw-r--r--src/theory/quantifiers/sygus/cegis.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/theory/quantifiers/sygus/cegis.h b/src/theory/quantifiers/sygus/cegis.h
index 08cf98c99..adaecc7f6 100644
--- a/src/theory/quantifiers/sygus/cegis.h
+++ b/src/theory/quantifiers/sygus/cegis.h
@@ -204,15 +204,15 @@ class Cegis : public SygusModule
*/
std::unordered_set<unsigned> d_cegis_sample_refine;
- //---------------------------------for sygus repair
- /** are we using grammar-based repair?
+ //---------------------------------for symbolic constructors
+ /** are we using symbolic constants?
*
* This flag is set ot true if at least one of the enumerators allocated
* by this class has been configured to allow model values with symbolic
* constructors, such as the "any constant" constructor.
*/
- bool d_using_gr_repair;
- //---------------------------------end for sygus repair
+ bool d_usingSymCons;
+ //---------------------------------end for symbolic constructors
};
} /* CVC4::theory::quantifiers namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback