CVC3
2.4.1
|
#include <LFSCUtilProof.h>
Public Member Functions | |
virtual LFSCPfLambda * | AsLFSCPfLambda () |
void | print_pf (std::ostream &s, int ind=0) |
LFSCProof * | clone () |
int | getNumChildren () |
LFSCProof * | getChild (int n) |
![]() | |
virtual LFSCProofExpr * | AsLFSCProofExpr () |
virtual LFSCLraAdd * | AsLFSCLraAdd () |
virtual LFSCLraSub * | AsLFSCLraSub () |
virtual LFSCLraMulC * | AsLFSCLraMulC () |
virtual LFSCLraAxiom * | AsLFSCLraAxiom () |
virtual LFSCLraContra * | AsLFSCLraContra () |
virtual LFSCLraPoly * | AsLFSCLraPoly () |
virtual LFSCBoolRes * | AsLFSCBoolRes () |
virtual LFSCLem * | AsLFSCLem () |
virtual LFSCClausify * | AsLFSCClausify () |
virtual LFSCAssume * | AsLFSCAssume () |
virtual LFSCProofGeneric * | AsLFSCProofGeneric () |
virtual LFSCPfVar * | AsLFSCPfVar () |
virtual LFSCPfLet * | AsLFSCPfLet () |
virtual bool | isLraMulC () |
void | print (std::ostream &s, int ind=0) |
virtual bool | isTrivial () |
long int | get_string_length () |
void | print_structure (std::ostream &s, int ind=0) |
virtual void | print_struct (std::ostream &s, int ind=0) |
void | setRplProof (LFSCProof *p) |
virtual void | fillHoles () |
virtual int | checkOp () |
int | getChOp () |
void | setChOp (int c) |
virtual int | checkBoolRes (std::vector< int > &clause) |
![]() | |
LFSCObj () | |
![]() | |
Obj () | |
virtual | ~Obj () |
int | GetRefCount () |
get ref count More... | |
void | Ref () |
reference More... | |
void | Unref () |
unreference More... | |
Static Public Member Functions | |
static LFSCProof * | Make (LFSCPfVar *v, LFSCProof *bd, LFSCProof *aVal=NULL) |
![]() | |
static int | make_lambda (LFSCProof *p) |
static LFSCProof * | Make_CNF (const Expr &form, const Expr &reason, int pos) |
static LFSCProof * | Make_not_not_elim (const Expr &pf, LFSCProof *p) |
static LFSCProof * | Make_mimic (const Expr &pf, LFSCProof *p, int numHoles) |
static LFSCProof * | Make_and_elim (const Expr &form, LFSCProof *p, int n, const Expr &expected) |
static int | get_proof_counter () |
![]() | |
static void | initialize (const Expr &pf_expr, int lfscm) |
![]() | |
static void | print_error (const char *c, std::ostream &s) |
static void | print_warning (const char *c) |
static void | initialize () |
Private Member Functions | |
LFSCPfLambda (LFSCPfVar *v, LFSCProof *bd, LFSCProof *aVal=NULL) | |
virtual | ~LFSCPfLambda () |
long int | get_length () |
Private Attributes | |
RefPtr< LFSCPfVar > | pfV |
RefPtr< LFSCProof > | body |
RefPtr< LFSCProof > | abstVal |
Definition at line 39 of file LFSCUtilProof.h.
Definition at line 46 of file LFSCUtilProof.h.
|
inlineprivatevirtual |
Definition at line 48 of file LFSCUtilProof.h.
|
inlineprivatevirtual |
Reimplemented from LFSCProof.
Definition at line 49 of file LFSCUtilProof.h.
References body, LFSCProof::get_string_length(), and pfV.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 51 of file LFSCUtilProof.h.
|
virtual |
Implements LFSCProof.
Definition at line 52 of file LFSCUtilProof.cpp.
References abstVal, body, RefPtr< T >::get(), LFSCProof::lambdaPrintMap, pfV, and LFSCProof::print().
|
inlinestatic |
Definition at line 53 of file LFSCUtilProof.h.
References LFSCPfLambda().
Referenced by LFSCPfLet::LFSCPfLet().
|
inlinevirtual |
Implements LFSCProof.
Definition at line 56 of file LFSCUtilProof.h.
References abstVal, body, RefPtr< T >::get(), LFSCPfLambda(), and pfV.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 57 of file LFSCUtilProof.h.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 58 of file LFSCUtilProof.h.
References body, RefPtr< T >::get(), and pfV.
Definition at line 41 of file LFSCUtilProof.h.
Referenced by clone(), get_length(), getChild(), and print_pf().
Definition at line 42 of file LFSCUtilProof.h.
Referenced by clone(), get_length(), getChild(), and print_pf().
Definition at line 44 of file LFSCUtilProof.h.
Referenced by clone(), and print_pf().