Home
last modified time | relevance | path

Searched refs:addSearchVal (Results 1 – 4 of 4) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsygus_pbe.h181 Node addSearchVal(TypeNode tn, Node e, Node bvr);
H A Dsygus_pbe.cpp368 Node SygusPbe::addSearchVal(TypeNode tn, Node e, Node bvr) in addSearchVal() function in CVC4::theory::quantifiers::SygusPbe
H A Dsygus_enumerator.cpp338 Node bne = d_pbe->addSearchVal(d_tn, d_enum, bnr); in addTerm()
/dports/math/cvc4/CVC4-1.7/src/theory/datatypes/
H A Ddatatypes_sygus.cpp1062 bvr_equiv = aconj->getPbe()->addSearchVal(tn, a, bvr); in registerSearchValue()