summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/modes.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-04 09:00:28 -0600
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-02-04 09:00:28 -0600
commit9c00db91190ce2956efee1c721e6a1f8707a57b1 (patch)
treeb792b2e51305df6b4ff771317f7e263872c9bf59 /src/theory/quantifiers/modes.h
parent7b50c3f698cd2abdc4f3c2d57e63996419423938 (diff)
Add variable ordering for QCF to accelerate matching procedure. Preparing for QCF_MC mode.
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 c36a565ea..75b9eba3e 100644
--- a/src/theory/quantifiers/modes.h
+++ b/src/theory/quantifiers/modes.h
@@ -86,6 +86,8 @@ typedef enum {
QCF_CONFLICT_ONLY,
/** use qcf for conflicts and propagations */
QCF_PROP_EQ,
+ /** use qcf for model checking */
+ QCF_MC,
} QcfMode;
typedef enum {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback