Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_manager.cpp1044 …const std::set<Node>* additionalAtoms = ProofManager::getBitVectorProof()->getAtomsInBitblastingPr… in printGlobalLetMap() local
1045 for (atom = additionalAtoms->begin(); atom != additionalAtoms->end(); ++atom) { in printGlobalLetMap()