CVC3
2.4.1
|
#include <LFSCUtilProof.h>
Public Member Functions | |
virtual LFSCProofGeneric * | AsLFSCProofGeneric () |
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 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) |
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 | |
void | Ref () |
reference | |
void | Unref () |
unreference |
Static Public Member Functions | |
static LFSCProof * | Make (vector< RefPtr< LFSCProof > > &d_pfs, std::vector< string > &d_strs, bool db_str=false) |
static LFSCProof * | Make (string str_pre, LFSCProof *sub_pf, string str_post, bool db_str=false) |
static LFSCProof * | Make (string str_pre, LFSCProof *sub_pf1, LFSCProof *sub_pf2, string str_post, bool db_str=false) |
static LFSCProof * | MakeStr (const char *c, bool db_str=false) |
static LFSCProof * | MakeUnk () |
![]() | |
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 | |
LFSCProofGeneric (vector< RefPtr< LFSCProof > > &d_pfs, vector< string > &d_strs, bool db_str=false) | |
virtual | ~LFSCProofGeneric () |
long int | get_length () |
Private Attributes | |
vector< RefPtr< LFSCProof > > | d_pf |
vector< string > | d_str |
bool | debug_str |
Definition at line 61 of file LFSCUtilProof.h.
|
inlineprivatevirtual |
Definition at line 74 of file LFSCUtilProof.h.
|
privatevirtual |
Reimplemented from LFSCProof.
Definition at line 70 of file LFSCUtilProof.cpp.
References d_pf, d_str, debug_str, and LFSCProof::get_string_length().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 77 of file LFSCUtilProof.h.
|
virtual |
|
inlinestatic |
Definition at line 80 of file LFSCUtilProof.h.
References LFSCProofGeneric().
Referenced by LFSCConvert::convert(), LFSCConvert::cvc3_to_lfsc(), LFSCConvert::do_bso(), LFSCProof::Make_and_elim(), LFSCProof::Make_CNF(), LFSCProof::Make_mimic(), LFSCProof::Make_not_not_elim(), and TReturn::normalize_tr().
|
static |
Definition at line 90 of file LFSCUtilProof.cpp.
References LFSCProofGeneric().
|
static |
Definition at line 100 of file LFSCUtilProof.cpp.
References LFSCProofGeneric().
|
static |
Definition at line 113 of file LFSCUtilProof.cpp.
References LFSCProofGeneric().
Referenced by LFSCConvert::cvc3_to_lfsc(), LFSCProof::Make_CNF(), LFSCConvert::make_trusted(), MakeUnk(), and TReturn::normalize_tr().
|
inlinestatic |
Definition at line 88 of file LFSCUtilProof.h.
References MakeStr().
Referenced by LFSCConvert::cvc3_to_lfsc().
|
inlinevirtual |
Implements LFSCProof.
Definition at line 89 of file LFSCUtilProof.h.
References d_pf, d_str, debug_str, and LFSCProofGeneric().
|
inlinevirtual |
|
inlinevirtual |
Definition at line 63 of file LFSCUtilProof.h.
Referenced by clone(), get_length(), getChild(), getNumChildren(), LFSCProofGeneric(), and print_pf().
|
private |
Definition at line 64 of file LFSCUtilProof.h.
Referenced by clone(), get_length(), LFSCProofGeneric(), and print_pf().
|
private |
Definition at line 65 of file LFSCUtilProof.h.
Referenced by clone(), get_length(), and LFSCProofGeneric().