summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_instantiation.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-11-01 16:05:49 +0100
committerajreynol <andrew.j.reynolds@gmail.com>2014-11-01 16:05:49 +0100
commit442b8f2c7070321aa167d9454f92bd1be88fe0cc (patch)
tree5476d2474c6f640e473ea9d7854d7a45aa840d99 /src/theory/quantifiers/ce_guided_instantiation.h
parentad213ae499e01fc06e5b24f0ba7a0a7f8fb52abc (diff)
Fix cegqi for synthesis without syntax.
Diffstat (limited to 'src/theory/quantifiers/ce_guided_instantiation.h')
-rw-r--r--src/theory/quantifiers/ce_guided_instantiation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/ce_guided_instantiation.h b/src/theory/quantifiers/ce_guided_instantiation.h
index 2502416bd..67125a8ad 100644
--- a/src/theory/quantifiers/ce_guided_instantiation.h
+++ b/src/theory/quantifiers/ce_guided_instantiation.h
@@ -44,6 +44,8 @@ private:
Node d_base_inst;
/** guard split */
Node d_guard_split;
+ /** is syntax-guided */
+ bool d_syntax_guided;
/** list of constants for quantified formula */
std::vector< Node > d_candidates;
/** list of variables on inner quantification */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback