Home
last modified time | relevance | path

Searched refs:constructBestSolvedTerm (Results 1 – 3 of 3) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsygus_unif.h166 virtual Node constructBestSolvedTerm(Node e, const std::vector<Node>& solved);
H A Dsygus_unif.cpp75 Node SygusUnif::constructBestSolvedTerm(Node e, const std::vector<Node>& solved) in constructBestSolvedTerm() function in CVC4::theory::quantifiers::SygusUnif
H A Dsygus_unif_io.cpp1083 ret_dt = constructBestSolvedTerm(e, subsumed_by); in constructSol()
1125 ret_dt = constructBestSolvedTerm(e, str_solved); in constructSol()