CVC3
2.4.1
|
#include <LFSCBoolProof.h>
Public Member Functions | |
virtual LFSCBoolRes * | AsLFSCBoolRes () |
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 LFSCLem * | AsLFSCLem () |
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 | checkOp () |
int | getChOp () |
void | setChOp (int c) |
![]() | |
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 (LFSCProof *pf1, LFSCProof *pf2, int v, bool col) |
static LFSCProof * | Make (LFSCProof *p1, LFSCProof *p2, const Expr &res, const Expr &pf, bool cascadeOr=false) |
static LFSCProof * | MakeC (LFSCProof *p, const Expr &res) |
![]() | |
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 | |
LFSCBoolRes (LFSCProof *pf1, LFSCProof *pf2, int v, bool col) | |
virtual | ~LFSCBoolRes () |
long int | get_length () |
Private Attributes | |
RefPtr< LFSCProof > | d_children [2] |
int | d_var |
bool | d_col |
Definition at line 6 of file LFSCBoolProof.h.
Definition at line 12 of file LFSCBoolProof.h.
References d_children.
|
inlineprivatevirtual |
Definition at line 17 of file LFSCBoolProof.h.
|
inlineprivatevirtual |
Reimplemented from LFSCProof.
Definition at line 18 of file LFSCBoolProof.h.
References d_children, and LFSCProof::get_string_length().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 22 of file LFSCBoolProof.h.
|
virtual |
Implements LFSCProof.
Definition at line 7 of file LFSCBoolProof.cpp.
References CVC3::abs(), d_children, d_col, d_var, and LFSCProof::print().
|
virtual |
Reimplemented from LFSCProof.
Definition at line 24 of file LFSCBoolProof.cpp.
References d_children, d_var, and LFSCProof::print_structure().
Definition at line 32 of file LFSCBoolProof.cpp.
References LFSCProof::isTrivial(), and LFSCBoolRes().
Referenced by LFSCConvert::cvc3_to_lfsc(), and Make().
|
static |
Definition at line 66 of file LFSCBoolProof.cpp.
References LFSCObj::cascade_expr(), CVC3::Expr::getKind(), CVC3::Expr::isNot(), Make(), MakeC(), OR, Obj::print_error(), and LFSCObj::queryM().
Definition at line 93 of file LFSCBoolProof.cpp.
References CVC3::abs(), CVC3::Expr::isOr(), LFSCProofGeneric::Make(), and LFSCObj::queryM().
Referenced by Make().
|
inlinevirtual |
Implements LFSCProof.
Definition at line 32 of file LFSCBoolProof.h.
References d_children, d_col, d_var, and LFSCBoolRes().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 33 of file LFSCBoolProof.h.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 34 of file LFSCBoolProof.h.
References d_children, and RefPtr< T >::get().
|
virtual |
Reimplemented from LFSCProof.
Definition at line 41 of file LFSCBoolProof.cpp.
References LFSCProof::checkBoolRes(), d_children, d_var, and Obj::print_error().
Definition at line 9 of file LFSCBoolProof.h.
Referenced by checkBoolRes(), clone(), get_length(), getChild(), LFSCBoolRes(), print_pf(), and print_struct().
|
private |
Definition at line 10 of file LFSCBoolProof.h.
Referenced by checkBoolRes(), clone(), print_pf(), and print_struct().
|
private |
Definition at line 11 of file LFSCBoolProof.h.
Referenced by clone(), and print_pf().