Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_manager.h272 void getLemmasInUnsatCore(theory::TheoryId theory, std::vector<Node> &lemmas);
H A Dproof_manager.cpp377 void ProofManager::getLemmasInUnsatCore(theory::TheoryId theory, std::vector<Node> &lemmas) { in getLemmasInUnsatCore() function in CVC4::ProofManager
/dports/math/cvc4/CVC4-1.7/src/theory/quantifiers/
H A Dinstantiate.cpp573 ProofManager::currentPM()->getLemmasInUnsatCore(theory::THEORY_QUANTIFIERS, in getUnsatCoreLemmas()