Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/preprocessing/passes/
H A Dsort_infer.cpp36 SortInference* si = d_preprocContext->getTheoryEngine()->getSortInference(); in applyInternal()
/dports/math/cvc4/CVC4-1.7/src/theory/uf/
H A Dtheory_uf_strong_solver.cpp748 int sort_id = d_thss->getSortInference()->getSortId(op); in check()
1021 int si = d_thss->getSortInference()->getSortId( ss[i] ); in addSplit()
1076 sort_id = d_thss->getSortInference()->getSortId(n); in addTotalityAxiom()
1351 SortInference* StrongSolverTheoryUF::getSortInference() { in getSortInference() function in CVC4::theory::uf::StrongSolverTheoryUF
1352 return d_th->getQuantifiersEngine()->getTheoryEngine()->getSortInference(); in getSortInference()
1470 isMonotonic = getSortInference()->isMonotonic( tn ); in assertNode()
H A Dtheory_uf_strong_solver.h369 SortInference* getSortInference();
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dskolemize.cpp336 d_quantEngine->getTheoryEngine()->getSortInference()->setSkolemVar( in getSkolemizedBody()
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_engine.h888 SortInference* getSortInference() { return &d_sortInfer; } in getSortInference() function