Useful for example to easily see by how much a proof grew after some reconstruction expansion.
return false;
}
+size_t CDProof::getNumProofNodes() const { return d_nodes.size(); }
+
ProofNodeManager* CDProof::getManager() const { return d_manager; }
bool CDProof::shouldOverwrite(ProofNode* pn, PfRule newId, CDPOverwrite opol)
bool doCopy = false);
/** Return true if fact already has a proof step */
bool hasStep(Node fact);
+ /** Return how many proof nodes currently in proof */
+ size_t getNumProofNodes() const;
/** Get the proof manager for this proof */
ProofNodeManager* getManager() const;
/**