summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/smt_engine.h')
-rw-r--r--src/smt/smt_engine.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/smt/smt_engine.h b/src/smt/smt_engine.h
index 3616762bc..5aa33731e 100644
--- a/src/smt/smt_engine.h
+++ b/src/smt/smt_engine.h
@@ -553,6 +553,11 @@ public:
void printSynthSolution( std::ostream& out );
/**
+ * Do quantifier elimination, doFull false means just output one disjunct
+ */
+ Expr doQuantifierElimination(const Expr& e, bool doFull);
+
+ /**
* Get an unsatisfiable core (only if immediately preceded by an
* UNSAT or VALID query). Only permitted if CVC4 was built with
* unsat-core support and produce-unsat-cores is on.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback