Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dsat_proof.h198 void constructProof() { constructProof(d_emptyClauseId); } in constructProof()
200 void refreshProof() { refreshProof(d_emptyClauseId); } in refreshProof()
221 const ClauseId& getEmptyClauseId() const { return d_emptyClauseId; } in getEmptyClauseId()
301 const ClauseId d_emptyClauseId; variable
H A Dsat_proof_implementation.h89 if (id == d_emptyClauseId) { in createLitSet()
192 d_emptyClauseId(ClauseIdEmpty), in TSatProof()
301 if (id == d_emptyClauseId) { in checkResolution()
464 } else if (id == d_emptyClauseId) { in print()
850 registerResolution(d_emptyClauseId, res); in finalizeProof()
874 registerResolution(d_emptyClauseId, res); in finalizeProof()
982 return hasResolutionChain(d_emptyClauseId); in derivedEmptyClause()