summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ce_guided_instantiation.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-04-28 15:50:17 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-04-28 15:50:23 +0200
commitc6855bb13420c020690cf63c8b770186f278081c (patch)
tree7b8e6a340ce9561a223f5417dda16440d784e8c9 /src/theory/quantifiers/ce_guided_instantiation.cpp
parent1261597c32e3c8a98225a91fdd7b420867f89329 (diff)
Fix smt2 printing of fun-def. Simplification of mbqi interface.
Diffstat (limited to 'src/theory/quantifiers/ce_guided_instantiation.cpp')
-rw-r--r--src/theory/quantifiers/ce_guided_instantiation.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/quantifiers/ce_guided_instantiation.cpp b/src/theory/quantifiers/ce_guided_instantiation.cpp
index ea97513b8..e1fc9e793 100644
--- a/src/theory/quantifiers/ce_guided_instantiation.cpp
+++ b/src/theory/quantifiers/ce_guided_instantiation.cpp
@@ -141,9 +141,6 @@ bool CegInstantiation::needsCheck( Theory::Effort e ) {
bool CegInstantiation::needsModel( Theory::Effort e ) {
return true;
}
-bool CegInstantiation::needsFullModel( Theory::Effort e ) {
- return true;
-}
void CegInstantiation::check( Theory::Effort e, unsigned quant_e ) {
if( quant_e==QuantifiersEngine::QEFFORT_MODEL ){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback