CVC3
2.4.1
|
#include <LFSCLraProof.h>
Public Member Functions | |
virtual LFSCLraPoly * | AsLFSCLraPoly () |
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 LFSCLraMulC * | AsLFSCLraMulC () |
virtual LFSCLraAxiom * | AsLFSCLraAxiom () |
virtual LFSCLraContra * | AsLFSCLraContra () |
virtual LFSCBoolRes * | AsLFSCBoolRes () |
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) |
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, int var, int op) |
static LFSCProof * | Make (const Expr &e, LFSCProof *p) |
![]() | |
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 | |
LFSCLraPoly (LFSCProof *pf, int var, int op) | |
virtual | ~LFSCLraPoly () |
long int | get_length () |
Private Attributes | |
RefPtr< LFSCProof > | d_pf |
int | d_var |
int | d_op |
Definition at line 110 of file LFSCLraProof.h.
|
inlineprivate |
Definition at line 116 of file LFSCLraProof.h.
References LFSCProof::checkOp(), and d_op.
|
inlineprivatevirtual |
Definition at line 122 of file LFSCLraProof.h.
|
inlineprivatevirtual |
Reimplemented from LFSCProof.
Definition at line 123 of file LFSCLraProof.h.
References d_pf, and LFSCProof::get_string_length().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 125 of file LFSCLraProof.h.
|
virtual |
Implements LFSCProof.
Definition at line 101 of file LFSCLraProof.cpp.
References CVC3::abs(), d_op, d_pf, d_var, get_normalized(), get_not(), kind_to_str(), and LFSCProof::print().
Definition at line 127 of file LFSCLraProof.h.
References LFSCLraPoly().
Referenced by LFSCConvert::cvc3_to_lfsc(), Make(), TReturn::normalize_to_tf(), and TReturn::normalize_tr().
Definition at line 117 of file LFSCLraProof.cpp.
References LFSCObj::d_pn_form, std::endl(), get_normalized(), CVC3::Expr::getKind(), is_eq_kind(), is_opposite(), CVC3::Expr::isNot(), Make(), CVC3::MINUS, Obj::print_error(), LFSCObj::queryAtomic(), LFSCObj::queryM(), LFSCObj::queryMt(), and LFSCProof::setChOp().
|
inlinevirtual |
Implements LFSCProof.
Definition at line 131 of file LFSCLraProof.h.
References d_op, d_pf, d_var, RefPtr< T >::get(), and LFSCLraPoly().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 132 of file LFSCLraProof.h.
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 133 of file LFSCLraProof.h.
References d_pf, and RefPtr< T >::get().
|
inlinevirtual |
Reimplemented from LFSCProof.
Definition at line 134 of file LFSCLraProof.h.
References d_op, d_var, and get_normalized().
Definition at line 113 of file LFSCLraProof.h.
Referenced by clone(), get_length(), getChild(), and print_pf().
|
private |
Definition at line 114 of file LFSCLraProof.h.
Referenced by checkOp(), clone(), and print_pf().
|
private |
Definition at line 115 of file LFSCLraProof.h.
Referenced by checkOp(), clone(), LFSCLraPoly(), and print_pf().