From eb733c1a2c806b34abcdf0d8497fa579f2b1e66e Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Wed, 30 May 2018 15:34:05 -0500 Subject: Fixes for quantifiers + incremental (#2009) --- src/theory/quantifiers/quant_split.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/theory/quantifiers/quant_split.cpp') 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 ){ -- cgit v1.2.3