Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dsat_proof_implementation.h279 Assert(hasResolutionChain(id)); in checkResolution()
431 bool TSatProof<Solver>::hasResolutionChain(ClauseId id) const { in hasResolutionChain() function
438 Assert(hasResolutionChain(id)); in getResolutionChain()
474 Assert(hasResolutionChain(id)); in printRes()
701 if (hasResolutionChain(id)) { in registerResolution()
799 Assert(hasResolutionChain(id) || isInputClause(id) || isLemmaClause(id)); in resolveUnit()
982 return hasResolutionChain(d_emptyClauseId); in derivedEmptyClause()
H A Dsat_proof.h214 bool hasResolutionChain(ClauseId id) const;