summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-13 17:52:55 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-13 17:52:55 +0200
commitf77be2a9c94ba26d134ae978542ce9858314fc24 (patch)
treecbe9de38e06d92e2448c3209c81e66772303c427 /src/theory/quantifiers_engine.cpp
parent3da09bb56cf9fb3a74c9baef55209bc943aa435b (diff)
CEGQI uses model. Enforce fairness in CEGQI natively.
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index 135f3547a..88b56b6bb 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -152,6 +152,7 @@ d_lemmas_produced_c(u){
if( options::ceGuidedInst() ){
d_ceg_inst = new quantifiers::CegInstantiation( this, c );
d_modules.push_back( d_ceg_inst );
+ needsBuilder = true;
}else{
d_ceg_inst = NULL;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback