Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Darray_proof.h80 ExprSet d_skolemDeclarations; // all the skolem variable declarations variable
H A Darray_proof.cpp1271 d_skolemDeclarations.insert(*it); in printTermDeclarations()
1288 …for (ExprSet::const_iterator it = d_skolemDeclarations.begin(); it != d_skolemDeclarations.end(); … in printDeferredDeclarations()