CVC3
|
#include <datatype_theorem_producer.h>
Inherits CVC3::DatatypeProofRules, and CVC3::TheoremProducer.
Public Member Functions | |
DatatypeTheoremProducer (TheoryDatatype *theoryDatatype) | |
Constructor. | |
Theorem | dummyTheorem (const CDList< Theorem > &facts, const Expr &e) |
Theorem | rewriteSelCons (const CDList< Theorem > &facts, const Expr &e) |
Theorem | rewriteTestCons (const Expr &e) |
Theorem | decompose (const Theorem &e) |
Theorem | noCycle (const Expr &e) |
![]() | |
virtual | ~DatatypeProofRules () |
![]() | |
TheoremProducer (TheoremManager *tm) | |
virtual | ~TheoremProducer () |
bool | withProof () |
Testing whether to generate proofs. | |
bool | withAssumptions () |
Testing whether to generate assumptions. | |
Proof | newLabel (const Expr &e) |
Create a new proof label (bound variable) for an assumption (formula) | |
Proof | newPf (const std::string &name) |
Proof | newPf (const std::string &name, const Expr &e) |
Proof | newPf (const std::string &name, const Proof &pf) |
Proof | newPf (const std::string &name, const Expr &e1, const Expr &e2) |
Proof | newPf (const std::string &name, const Expr &e, const Proof &pf) |
Proof | newPf (const std::string &name, const Expr &e1, const Expr &e2, const Expr &e3) |
Proof | newPf (const std::string &name, const Expr &e1, const Expr &e2, const Proof &pf) |
Proof | newPf (const std::string &name, Expr::iterator begin, const Expr::iterator &end) |
Proof | newPf (const std::string &name, const Expr &e, Expr::iterator begin, const Expr::iterator &end) |
Proof | newPf (const std::string &name, Expr::iterator begin, const Expr::iterator &end, const std::vector< Proof > &pfs) |
Proof | newPf (const std::string &name, const std::vector< Expr > &args) |
Proof | newPf (const std::string &name, const Expr &e, const std::vector< Expr > &args) |
Proof | newPf (const std::string &name, const Expr &e, const std::vector< Proof > &pfs) |
Proof | newPf (const std::string &name, const Expr &e1, const Expr &e2, const std::vector< Proof > &pfs) |
Proof | newPf (const std::string &name, const std::vector< Proof > &pfs) |
Proof | newPf (const std::string &name, const std::vector< Expr > &args, const Proof &pf) |
Proof | newPf (const std::string &name, const std::vector< Expr > &args, const std::vector< Proof > &pfs) |
Proof | newPf (const Proof &label, const Expr &frm, const Proof &pf) |
Creating LAMBDA-abstraction (LAMBDA label formula proof) | |
Proof | newPf (const Proof &label, const Proof &pf) |
Creating LAMBDA-abstraction (LAMBDA label proof). | |
Proof | newPf (const std::vector< Proof > &labels, const std::vector< Expr > &frms, const Proof &pf) |
Similarly, multi-argument lambda-abstractions: (LAMBDA (u1,...,un): (f1,...,fn). pf) | |
Proof | newPf (const std::vector< Proof > &labels, const Proof &pf) |
Private Attributes | |
TheoryDatatype * | d_theoryDatatype |
Additional Inherited Members | |
![]() | |
Theorem | newTheorem (const Expr &thm, const Assumptions &assump, const Proof &pf) |
Create a new theorem. See also newRWTheorem() and newReflTheorem() | |
Theorem | newRWTheorem (const Expr &lhs, const Expr &rhs, const Assumptions &assump, const Proof &pf) |
Create a rewrite theorem: lhs = rhs. | |
Theorem | newReflTheorem (const Expr &e) |
Create a reflexivity theorem. | |
Theorem | newAssumption (const Expr &thm, const Proof &pf, int scope=-1) |
Theorem3 | newTheorem3 (const Expr &thm, const Assumptions &assump, const Proof &pf) |
Theorem3 | newRWTheorem3 (const Expr &lhs, const Expr &rhs, const Assumptions &assump, const Proof &pf) |
void | soundError (const std::string &file, int line, const std::string &cond, const std::string &msg) |
![]() | |
TheoremManager * | d_tm |
ExprManager * | d_em |
const bool * | d_checkProofs |
Op | d_pfOp |
Expr | d_hole |
Definition at line 33 of file datatype_theorem_producer.h.
|
inline |
Constructor.
Definition at line 38 of file datatype_theorem_producer.h.
|
virtual |
Implements CVC3::DatatypeProofRules.
Definition at line 52 of file datatype_theorem_producer.cpp.
References CVC3::CDList< T >::size().
|
virtual |
Implements CVC3::DatatypeProofRules.
Definition at line 63 of file datatype_theorem_producer.cpp.
References CVC3::Expr::arity(), CHECK_PROOFS, CHECK_SOUND, CVC3::getConstructor(), CVC3::Type::getExpr(), CVC3::Expr::getOpExpr(), CVC3::Expr::getType(), CVC3::isConstructor(), CVC3::isSelector(), and CVC3::CDList< T >::size().
Implements CVC3::DatatypeProofRules.
Definition at line 99 of file datatype_theorem_producer.cpp.
References CHECK_PROOFS, CHECK_SOUND, CVC3::getConstructor(), CVC3::Expr::getOpExpr(), CVC3::isConstructor(), and CVC3::isTester().
Implements CVC3::DatatypeProofRules.
Definition at line 118 of file datatype_theorem_producer.cpp.
References CVC3::andExpr(), CVC3::Expr::arity(), CHECK_PROOFS, CHECK_SOUND, CVC3::Expr::eqExpr(), CVC3::Theorem::getLHS(), CVC3::Expr::getOpExpr(), CVC3::Theorem::getProof(), CVC3::Theorem::getRHS(), CVC3::Expr::isApply(), CVC3::isConstructor(), and CVC3::Theorem::isRewrite().
Implements CVC3::DatatypeProofRules.
Definition at line 147 of file datatype_theorem_producer.cpp.
References CVC3::andExpr(), CVC3::Type::arity(), CVC3::Expr::arity(), CHECK_PROOFS, CHECK_SOUND, CVC3::Expr::getOpExpr(), CVC3::Expr::getType(), CVC3::Expr::isApply(), CVC3::isConstructor(), and CVC3::isDatatype().
|
private |
Definition at line 34 of file datatype_theorem_producer.h.