Home
last modified time | relevance | path

Searched refs:getEnumeratedValue (Results 1 – 2 of 2) sorted by relevance

/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/sygus/
H A Dsynth_conjecture.h220 Node getEnumeratedValue(Node n, bool& activeIncomplete);
H A Dsynth_conjecture.cpp728 Node nv = getEnumeratedValue(e, activeIncomplete); in getEnumeratedValues()
793 Node SynthConjecture::getEnumeratedValue(Node e, bool& activeIncomplete) in getEnumeratedValue() function in CVC4::theory::quantifiers::SynthConjecture