Home
last modified time | relevance | path

Searched refs:mayComplete (Results 1 – 5 of 5) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dterm_enumeration.cpp56 bool TermEnumeration::mayComplete(TypeNode tn) in mayComplete() function in CVC4::theory::quantifiers::TermEnumeration
63 bool mc = mayComplete(tn, options::fmfTypeCompletionThresh()); in mayComplete()
70 bool TermEnumeration::mayComplete(TypeNode tn, unsigned maxCard) in mayComplete() function in CVC4::theory::quantifiers::TermEnumeration
H A Dterm_enumeration.h52 bool mayComplete(TypeNode tn);
57 static bool mayComplete(TypeNode tn, unsigned cardMax);
H A Dfirst_order_model.cpp214 if (d_qe->getTermEnumeration()->mayComplete(tn)) in initializeRepresentativesForType()
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/fmf/
H A Dbounded_integers.cpp412 || d_quantEngine->getTermEnumeration()->mayComplete(tn)) in checkOwnership()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dquantifiers_engine.cpp419 else if (d_term_enum->mayComplete(tn)) in isFiniteBound()