summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_split.cpp
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-05-30 13:34:24 -0700
committerGitHub <noreply@github.com>2018-05-30 13:34:24 -0700
commitcfa58b51c6280efad50dcc887d4d9aaa955459f4 (patch)
tree499e2402cde02b7d295daf5240e318c76fb5fb36 /src/theory/quantifiers/quant_split.cpp
parent99bb55be6ed5d68c924575dee4c5dc6db756d48b (diff)
parenteb733c1a2c806b34abcdf0d8497fa579f2b1e66e (diff)
Merge branch 'master' into fix2002fix2002
Diffstat (limited to 'src/theory/quantifiers/quant_split.cpp')
-rw-r--r--src/theory/quantifiers/quant_split.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/quant_split.cpp b/src/theory/quantifiers/quant_split.cpp
index 68a0f30dc..da6b0a6b4 100644
--- a/src/theory/quantifiers/quant_split.cpp
+++ b/src/theory/quantifiers/quant_split.cpp
@@ -31,8 +31,8 @@ QuantifiersModule( qe ), d_added_split( qe->getUserContext() ){
}
-/** pre register quantifier */
-void QuantDSplit::preRegisterQuantifier( Node q ) {
+void QuantDSplit::checkOwnership(Node q)
+{
int max_index = -1;
int max_score = -1;
if( q.getNumChildren()==3 ){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback