Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_manager.cpp227 std::string ProofManager::getInputFormulaName(const Expr& expr) { in getInputFormulaName() function in CVC4::ProofManager
809 << ProofManager::currentPM()->getInputFormulaName(inputAssertion) in printPreprocessedAssertions()
823 rewritten << ProofManager::currentPM()->getInputFormulaName(inputAssertion); in printPreprocessedAssertions()
861 << ProofManager::currentPM()->getInputFormulaName((*rewrite).toExpr()) in checkUnrewrittenAssertion()
864 ProofManager::currentPM()->getInputFormulaName((*rewrite).toExpr())); in checkUnrewrittenAssertion()
H A Dproof_manager.h232 static std::string getInputFormulaName(const Expr& expr);
H A Dtheory_proof.cpp361 os << "(% " << ProofManager::currentPM()->getInputFormulaName(*it) << " (th_holds "; in printAssertions()