Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dterm_database_sygus.h137 bool isVariableAgnosticEnumerator(Node e) const;
H A Dsygus_pbe.cpp372 if (d_tds->isVariableAgnosticEnumerator(e)) in addSearchVal()
H A Dsynth_conjecture.cpp820 if (d_tds->isVariableAgnosticEnumerator(e)) in getEnumeratedValue()
H A Dterm_database_sygus.cpp737 bool TermDbSygus::isVariableAgnosticEnumerator(Node e) const in isVariableAgnosticEnumerator() function in CVC4::theory::quantifiers::TermDbSygus
/dports/math/cvc4/CVC4-1.7/src/theory/datatypes/
H A Ddatatypes_sygus.cpp305 bool isVarAgnostic = d_tds->isVariableAgnosticEnumerator(m); in assertTesterInternal()
1351 if (d_tds->isVariableAgnosticEnumerator(e)) in registerSizeTerm()
1595 bool isVarAgnostic = d_tds->isVariableAgnosticEnumerator(prog); in check()