CVC3
2.4.1
|
#include <LFSCBoolProof.h>
Public Member Functions | |
virtual LFSCAssume * | AsLFSCAssume () |
void | print_pf (std::ostream &s, int ind=0) |
void | print_struct (std::ostream &s, int ind=0) |
LFSCProof * | clone () |
int | getNumChildren () |
LFSCProof * | getChild (int n) |
int | checkBoolRes (std::vector< int > &clause) |
![]() | |
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 LFSCProofGeneric * | AsLFSCProofGeneric () |
virtual LFSCPfVar * | AsLFSCPfVar () |
virtual LFSCPfLambda * | AsLFSCPfLambda () |
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) |
void | setRplProof (LFSCProof *p) |
virtual void | fillHoles () |
virtual int | checkOp () |
int | getChOp () |
void | setChOp (int c) |
![]() | |
LFSCObj () | |
![]() | |
Obj () | |
virtual | ~Obj () |
int | GetRefCount () |
get ref count | |
void | Ref () |
reference | |
void | Unref () |
unreference |
Static Public Member Functions | |
static LFSCProof * | Make (int v, LFSCProof *pf, bool assm=true, int type=3) |
![]() | |
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 | |
LFSCAssume (int v, LFSCProof *pf, bool assm, int type) | |
virtual | ~LFSCAssume () |
long int | get_length () |
Private Attributes | |
int | d_var |
RefPtr< LFSCProof > | d_pf |
bool | d_assm |
int | d_type |
Definition at line 90 of file LFSCBoolProof.h.
|
inlineprivate |
Definition at line 96 of file LFSCBoolProof.h.
|
inlineprivatevirtual |
Definition at line 97 of file LFSCBoolProof.h.
|
inlineprivatevirtual |
Reimplemented from LFSCProof.
Definition at line 98 of file LFSCBoolProof.h.
References d_pf, and LFSCProof::get_string_length().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 100 of file LFSCBoolProof.h.
|
virtual |
Implements LFSCProof.
Definition at line 161 of file LFSCBoolProof.cpp.
References CVC3::abs(), d_assm, d_pf, d_type, d_var, and LFSCProof::print().
|
virtual |
Reimplemented from LFSCProof.
Definition at line 172 of file LFSCBoolProof.cpp.
References d_assm, d_pf, d_var, and LFSCProof::print_structure().
|
inlinestatic |
Definition at line 103 of file LFSCBoolProof.h.
References LFSCAssume().
Referenced by LFSCConvert::cvc3_to_lfsc(), LFSCProof::Make_CNF(), TReturn::normalize_to_tf(), and TReturn::normalize_tr().
|
inlinevirtual |
Implements LFSCProof.
Definition at line 106 of file LFSCBoolProof.h.
References d_assm, d_pf, d_type, d_var, RefPtr< T >::get(), and LFSCAssume().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 107 of file LFSCBoolProof.h.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 108 of file LFSCBoolProof.h.
References d_pf, and RefPtr< T >::get().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 110 of file LFSCBoolProof.h.
References LFSCProof::checkBoolRes(), d_pf, d_type, and d_var.
|
private |
Definition at line 92 of file LFSCBoolProof.h.
Referenced by checkBoolRes(), clone(), print_pf(), and print_struct().
Definition at line 93 of file LFSCBoolProof.h.
Referenced by checkBoolRes(), clone(), get_length(), getChild(), print_pf(), and print_struct().
|
private |
Definition at line 94 of file LFSCBoolProof.h.
Referenced by clone(), print_pf(), and print_struct().
|
private |
Definition at line 95 of file LFSCBoolProof.h.
Referenced by checkBoolRes(), clone(), and print_pf().