summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/theory_quantifiers.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-07 15:34:56 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-07 15:34:56 +0200
commit33d0894b7707e3f590404cc51963af7740e7412a (patch)
treed3861424cc124d6b8919ee99eccf120787986a2c /src/theory/quantifiers/theory_quantifiers.cpp
parentc83882c37a5568f887badb22bd24397f7d545b9d (diff)
Refactor quantifiers attributes.
Diffstat (limited to 'src/theory/quantifiers/theory_quantifiers.cpp')
-rw-r--r--src/theory/quantifiers/theory_quantifiers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/theory_quantifiers.cpp b/src/theory/quantifiers/theory_quantifiers.cpp
index 18546b09c..e71489fc5 100644
--- a/src/theory/quantifiers/theory_quantifiers.cpp
+++ b/src/theory/quantifiers/theory_quantifiers.cpp
@@ -42,7 +42,7 @@ TheoryQuantifiers::TheoryQuantifiers(Context* c, context::UserContext* u, Output
d_baseDecLevel = -1;
out.handleUserAttribute( "axiom", this );
out.handleUserAttribute( "conjecture", this );
- out.handleUserAttribute( "inst-level", this );
+ out.handleUserAttribute( "quant-inst-max-level", this );
out.handleUserAttribute( "rr-priority", this );
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback