Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_manager.cpp769 Expr inputAssertion; in printPreprocessedAssertions() local
773 inputAssertion = NodeManager::currentNM()->mkConst<bool>(true).toExpr(); in printPreprocessedAssertions()
789 inputAssertion = *(ProofManager::currentPM()->begin_assertions()); in printPreprocessedAssertions()
794 inputAssertion = *inputAssertions.begin(); in printPreprocessedAssertions()
798 if (!ProofManager::currentPM()->have_input_assertion(inputAssertion)) { in printPreprocessedAssertions()
802 inputAssertion = *(ProofManager::currentPM()->begin_assertions()); in printPreprocessedAssertions()
807 << inputAssertion in printPreprocessedAssertions()
809 << ProofManager::currentPM()->getInputFormulaName(inputAssertion) in printPreprocessedAssertions()
812 …ProofManager::currentPM()->getTheoryProofEngine()->printTheoryTerm(inputAssertion, os, globalLetMa… in printPreprocessedAssertions()
823 rewritten << ProofManager::currentPM()->getInputFormulaName(inputAssertion); in printPreprocessedAssertions()