CVC3
2.4.1
|
#include <LFSCLraProof.h>
Public Member Functions | |
virtual LFSCLraMulC * | AsLFSCLraMulC () |
bool | isLraMulC () |
void | print_pf (std::ostream &s, int ind=0) |
LFSCProof * | clone () |
int | getNumChildren () |
LFSCProof * | getChild (int n) |
int | checkOp () |
![]() | |
virtual LFSCProofExpr * | AsLFSCProofExpr () |
virtual LFSCLraAdd * | AsLFSCLraAdd () |
virtual LFSCLraSub * | AsLFSCLraSub () |
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 LFSCPfLambda * | AsLFSCPfLambda () |
virtual LFSCPfLet * | AsLFSCPfLet () |
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 () |
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 (LFSCProof *pf, Rational r, int op) |
![]() | |
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 | |
LFSCLraMulC (LFSCProof *pf, Rational r, int op) | |
virtual | ~LFSCLraMulC () |
long int | get_length () |
Private Attributes | |
RefPtr< LFSCProof > | d_pf |
Rational | d_r |
int | d_op |
Definition at line 58 of file LFSCLraProof.h.
Definition at line 63 of file LFSCLraProof.h.
References LFSCProof::checkOp(), and d_op.
|
inlineprivatevirtual |
Definition at line 69 of file LFSCLraProof.h.
|
inlineprivatevirtual |
Reimplemented from LFSCProof.
Definition at line 70 of file LFSCLraProof.h.
References d_pf, and LFSCProof::get_string_length().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 72 of file LFSCLraProof.h.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 73 of file LFSCLraProof.h.
|
virtual |
Implements LFSCProof.
Definition at line 56 of file LFSCLraProof.cpp.
References d_op, d_pf, d_r, kind_to_str(), LFSCProof::print(), and print_rational().
Definition at line 65 of file LFSCLraProof.cpp.
References LFSCProof::AsLFSCLraMulC(), d_pf, d_r, RefPtr< T >::get(), LFSCProof::isTrivial(), and LFSCLraMulC().
Referenced by LFSCConvert::cvc3_to_lfsc(), LFSCConvert::do_bso(), and TReturn::normalize_tr().
|
inlinevirtual |
Implements LFSCProof.
Definition at line 76 of file LFSCLraProof.h.
References d_op, d_pf, d_r, RefPtr< T >::get(), and LFSCLraMulC().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 77 of file LFSCLraProof.h.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 78 of file LFSCLraProof.h.
References d_pf, and RefPtr< T >::get().
|
inlinevirtual |
Definition at line 60 of file LFSCLraProof.h.
Referenced by clone(), get_length(), getChild(), Make(), and print_pf().
|
private |
Definition at line 61 of file LFSCLraProof.h.
Referenced by clone(), Make(), and print_pf().
|
private |
Definition at line 62 of file LFSCLraProof.h.
Referenced by checkOp(), clone(), LFSCLraMulC(), and print_pf().