summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-05-22 16:33:15 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-05-22 16:33:30 -0500
commit852d41b2878ae4981ab4a9b246345bb05bbe23ab (patch)
tree8f19be94ed3432517a3dcde87c6bb6eb868203f0 /src/theory/arith
parentfd076209b073aff3ad3db6eccfc51a59ec5d87c2 (diff)
Add regressions for finite model finding
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/theory_arith_private.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith_private.cpp b/src/theory/arith/theory_arith_private.cpp
index 060f6dbba..dd5e404c6 100644
--- a/src/theory/arith/theory_arith_private.cpp
+++ b/src/theory/arith/theory_arith_private.cpp
@@ -1376,7 +1376,7 @@ Constraint TheoryArithPrivate::constraintFromFactQueue(){
Assert(!done());
TNode assertion = get();
- if( options::finiteModelFind() ){
+ if( options::finiteModelFind() && d_quantEngine && d_quantEngine->getBoundedIntegers() ){
d_quantEngine->getBoundedIntegers()->assertNode(assertion);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback