summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/bounded_integers.cpp
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-05-09 21:39:03 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2013-05-09 21:39:03 -0500
commit20cde072ebef5eddfc1562bebdd9438c77a22c8e (patch)
treeddb2b5e0d5fe8d4e37d05af6c947298d030fd91d /src/theory/quantifiers/bounded_integers.cpp
parent83ecbc2357ffbb7d0772804c360302ca1daa2400 (diff)
Add simplification option --fo-prop-quant. Add model support for new model-checking procedure. Add run script for casc24-fnt.
Diffstat (limited to 'src/theory/quantifiers/bounded_integers.cpp')
-rwxr-xr-xsrc/theory/quantifiers/bounded_integers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/quantifiers/bounded_integers.cpp b/src/theory/quantifiers/bounded_integers.cpp
index 7af6456b6..03a52539e 100755
--- a/src/theory/quantifiers/bounded_integers.cpp
+++ b/src/theory/quantifiers/bounded_integers.cpp
@@ -77,6 +77,7 @@ void BoundedIntegers::check( Theory::Effort e ) {
}
void BoundedIntegers::registerQuantifier( Node f ) {
+ Trace("bound-integers") << "Register quantifier " << f << std::endl;
bool hasIntType = false;
for( unsigned i=0; i<f[0].getNumChildren(); i++) {
if( f[0][i].getType().isInteger() ){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback