Home
last modified time | relevance | path

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

/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dsat_proof.h63 bool hasNodeProof() {return !d_proof.isNull();}; in hasNodeProof() function
H A Ddpllt_minisat.cpp259 if(node->hasNodeProof()) { in generateSatProof()