summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/modes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/modes.h')
-rw-r--r--src/theory/quantifiers/modes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/theory/quantifiers/modes.h b/src/theory/quantifiers/modes.h
index 94ba7daaf..9502fd362 100644
--- a/src/theory/quantifiers/modes.h
+++ b/src/theory/quantifiers/modes.h
@@ -49,15 +49,6 @@ typedef enum {
} LiteralMatchMode;
typedef enum {
- /** default, use all methods for axioms */
- AXIOM_INST_MODE_DEFAULT,
- /** only use heuristic methods for axioms, return unknown in the case no instantiations are produced */
- AXIOM_INST_MODE_TRUST,
- /** only use heuristic methods for axioms, resort to all methods when no instantiations are produced */
- AXIOM_INST_MODE_PRIORITY,
-} AxiomInstMode;
-
-typedef enum {
/** mbqi from CADE 24 paper */
MBQI_GEN_EVAL,
/** no mbqi */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback