CVC3
2.4.1
|
#include <LFSCBoolProof.h>
Public Member Functions | |
virtual LFSCLem * | AsLFSCLem () |
void | print_pf (std::ostream &s, int ind=0) |
void | print_struct (std::ostream &s, int ind=0) |
bool | IsTrivial () |
LFSCProof * | clone () |
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 LFSCClausify * | AsLFSCClausify () |
virtual LFSCAssume * | AsLFSCAssume () |
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 | getNumChildren () |
virtual LFSCProof * | getChild (int n) |
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) |
![]() | |
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 | |
LFSCLem (int v) | |
virtual | ~LFSCLem () |
long int | get_length () |
Private Attributes | |
int | d_var |
Definition at line 38 of file LFSCBoolProof.h.
|
inlineprivate |
Definition at line 42 of file LFSCBoolProof.h.
|
inlineprivatevirtual |
Definition at line 44 of file LFSCBoolProof.h.
|
inlineprivatevirtual |
Reimplemented from LFSCProof.
Definition at line 45 of file LFSCBoolProof.h.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 47 of file LFSCBoolProof.h.
|
inlinevirtual |
Implements LFSCProof.
Definition at line 48 of file LFSCBoolProof.h.
References CVC3::abs(), and d_var.
|
inlinevirtual |
|
inlinestatic |
Definition at line 50 of file LFSCBoolProof.h.
References LFSCLem().
Referenced by LFSCConvert::cvc3_to_lfsc().
|
inline |
Definition at line 51 of file LFSCBoolProof.h.
|
inlinevirtual |
Implements LFSCProof.
Definition at line 52 of file LFSCBoolProof.h.
|
inlinevirtual |
|
private |
Definition at line 41 of file LFSCBoolProof.h.
Referenced by checkBoolRes(), clone(), print_pf(), and print_struct().