summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/modes.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-20 10:37:32 -0600
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-20 10:37:46 -0600
commitf37804c3da98f4eb1888991fd8b7157437aeeb44 (patch)
tree0baeed78ff7107a2f8ac32d8b2a8cc3d6e10de91 /src/theory/quantifiers/modes.h
parent531ec6e52b75cd2f600a3fc781383e7539f2335a (diff)
Fix ite and iff handling in QCF. Add option for heuristic instantiation in QCF (not working yet). Improve automatic option setting for quantifiers.
Diffstat (limited to 'src/theory/quantifiers/modes.h')
-rw-r--r--src/theory/quantifiers/modes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/modes.h b/src/theory/quantifiers/modes.h
index 38c9211a3..b37e48ec3 100644
--- a/src/theory/quantifiers/modes.h
+++ b/src/theory/quantifiers/modes.h
@@ -88,6 +88,8 @@ typedef enum {
QCF_CONFLICT_ONLY,
/** use qcf for conflicts and propagations */
QCF_PROP_EQ,
+ /** use qcf for conflicts, propagations and heuristic instantiations */
+ QCF_PARTIAL,
/** use qcf for model checking */
QCF_MC,
} QcfMode;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback