Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_manager.cpp448 std::set<Node> currentLemma = satClauseToNodeSet(it->second); in getWeakestImplicantInUnsatCore() local
454 if (!getCnfProof()->haveProofRecipe(currentLemma)) in getWeakestImplicantInUnsatCore()
457 recipe = getCnfProof()->getProofRecipe(currentLemma); in getWeakestImplicantInUnsatCore()
459 for (lemmaIt = currentLemma.begin(); lemmaIt != currentLemma.end(); ++lemmaIt) { in getWeakestImplicantInUnsatCore()
477 std::set<Node> currentLemma = satClauseToNodeSet(it->second); in getWeakestImplicantInUnsatCore() local
483 if (!getCnfProof()->haveProofRecipe(currentLemma)) in getWeakestImplicantInUnsatCore()
486 recipe = getCnfProof()->getProofRecipe(currentLemma); in getWeakestImplicantInUnsatCore()
489 for (lemmaIt = currentLemma.begin(); lemmaIt != currentLemma.end(); ++lemmaIt) { in getWeakestImplicantInUnsatCore()