summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/instantiation_engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/instantiation_engine.cpp')
-rw-r--r--src/theory/quantifiers/instantiation_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/instantiation_engine.cpp b/src/theory/quantifiers/instantiation_engine.cpp
index fa7b4e342..e3ed8d0e0 100644
--- a/src/theory/quantifiers/instantiation_engine.cpp
+++ b/src/theory/quantifiers/instantiation_engine.cpp
@@ -42,7 +42,7 @@ void InstantiationEngine::finishInit(){
// addInstStrategy( new InstStrategyCheckCESolved( this, d_quantEngine ) );
//}
//these are the instantiation strategies for basic E-matching
- if( options::userPatternsQuant() ){
+ if( options::userPatternsQuant()!=USER_PAT_MODE_IGNORE ){
d_isup = new InstStrategyUserPatterns( d_quantEngine );
addInstStrategy( d_isup );
}else{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback