CVC3  2.4.1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
LFSCLraMulC Class Reference

#include <LFSCLraProof.h>

Inheritance diagram for LFSCLraMulC:
LFSCProof LFSCObj Obj

Public Member Functions

virtual LFSCLraMulCAsLFSCLraMulC ()
bool isLraMulC ()
void print_pf (std::ostream &s, int ind=0)
LFSCProofclone ()
int getNumChildren ()
LFSCProofgetChild (int n)
int checkOp ()
- Public Member Functions inherited from LFSCProof
virtual LFSCProofExprAsLFSCProofExpr ()
virtual LFSCLraAddAsLFSCLraAdd ()
virtual LFSCLraSubAsLFSCLraSub ()
virtual LFSCLraAxiomAsLFSCLraAxiom ()
virtual LFSCLraContraAsLFSCLraContra ()
virtual LFSCLraPolyAsLFSCLraPoly ()
virtual LFSCBoolResAsLFSCBoolRes ()
virtual LFSCLemAsLFSCLem ()
virtual LFSCClausifyAsLFSCClausify ()
virtual LFSCAssumeAsLFSCAssume ()
virtual LFSCProofGenericAsLFSCProofGeneric ()
virtual LFSCPfVarAsLFSCPfVar ()
virtual LFSCPfLambdaAsLFSCPfLambda ()
virtual LFSCPfLetAsLFSCPfLet ()
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)
- Public Member Functions inherited from LFSCObj
 LFSCObj ()
- Public Member Functions inherited from Obj
 Obj ()
virtual ~Obj ()
int GetRefCount ()
 get ref count
void Ref ()
 reference
void Unref ()
 unreference

Static Public Member Functions

static LFSCProofMake (LFSCProof *pf, Rational r, int op)
- Static Public Member Functions inherited from LFSCProof
static int make_lambda (LFSCProof *p)
static LFSCProofMake_CNF (const Expr &form, const Expr &reason, int pos)
static LFSCProofMake_not_not_elim (const Expr &pf, LFSCProof *p)
static LFSCProofMake_mimic (const Expr &pf, LFSCProof *p, int numHoles)
static LFSCProofMake_and_elim (const Expr &form, LFSCProof *p, int n, const Expr &expected)
static int get_proof_counter ()
- Static Public Member Functions inherited from LFSCObj
static void initialize (const Expr &pf_expr, int lfscm)
- Static Public Member Functions inherited from Obj
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< LFSCProofd_pf
Rational d_r
int d_op

Additional Inherited Members

- Protected Member Functions inherited from LFSCProof
 LFSCProof ()
virtual long int get_length ()
virtual ~LFSCProof ()
- Static Protected Member Functions inherited from LFSCObj
static int getNumNodes (const Expr &pf, bool recount=false)
static Expr cascade_expr (const Expr &e)
static void define_skolem_vars (const Expr &e)
static bool isVar (const Expr &e)
static void collect_vars (const Expr &e, bool readPred=true)
static Expr queryElimNotNot (const Expr &expr)
static Expr queryAtomic (const Expr &expr, bool getBase=false)
static int queryM (const Expr &expr, bool add=true, bool trusted=false)
static int queryMt (const Expr &expr)
static int queryT (const Expr &e)
static bool getY (const Expr &e, Expr &pe, bool doIff=true, bool doLogic=true)
static bool isFormula (const Expr &e)
static bool can_pnorm (const Expr &e)
static bool what_is_proven (const Expr &pf, Expr &pe)
- Protected Attributes inherited from LFSCProof
int printCounter
LFSCProofrplProof
long int strLen
int chOp
int assumeVar
int assumeVarUsed
std::vector< int > br
bool brComputed
- Static Protected Attributes inherited from LFSCProof
static int pf_counter = 0
static std::map< LFSCProof *, int > lambdaMap
static std::map< LFSCProof
*, LFSCProof * > 
lambdaPrintMap
static int lambdaCounter = 1

Detailed Description

Definition at line 58 of file LFSCLraProof.h.

Constructor & Destructor Documentation

LFSCLraMulC::LFSCLraMulC ( LFSCProof pf,
Rational  r,
int  op 
)
inlineprivate

Definition at line 63 of file LFSCLraProof.h.

References LFSCProof::checkOp(), and d_op.

Referenced by clone(), and Make().

virtual LFSCLraMulC::~LFSCLraMulC ( )
inlineprivatevirtual

Definition at line 69 of file LFSCLraProof.h.

Member Function Documentation

long int LFSCLraMulC::get_length ( )
inlineprivate

Definition at line 70 of file LFSCLraProof.h.

References d_pf, and LFSCProof::get_string_length().

virtual LFSCLraMulC* LFSCLraMulC::AsLFSCLraMulC ( )
inlinevirtual

Reimplemented from LFSCProof.

Definition at line 72 of file LFSCLraProof.h.

bool LFSCLraMulC::isLraMulC ( )
inlinevirtual

Reimplemented from LFSCProof.

Definition at line 73 of file LFSCLraProof.h.

void LFSCLraMulC::print_pf ( std::ostream &  s,
int  ind = 0 
)
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().

LFSCProof * LFSCLraMulC::Make ( LFSCProof pf,
Rational  r,
int  op 
)
static
LFSCProof* LFSCLraMulC::clone ( )
inlinevirtual

Implements LFSCProof.

Definition at line 76 of file LFSCLraProof.h.

References d_op, d_pf, d_r, RefPtr< T >::get(), and LFSCLraMulC().

int LFSCLraMulC::getNumChildren ( )
inlinevirtual

Reimplemented from LFSCProof.

Definition at line 77 of file LFSCLraProof.h.

LFSCProof* LFSCLraMulC::getChild ( int  n)
inlinevirtual

Reimplemented from LFSCProof.

Definition at line 78 of file LFSCLraProof.h.

References d_pf, and RefPtr< T >::get().

int LFSCLraMulC::checkOp ( )
inlinevirtual

Reimplemented from LFSCProof.

Definition at line 79 of file LFSCLraProof.h.

References d_op.

Member Data Documentation

RefPtr< LFSCProof > LFSCLraMulC::d_pf
private

Definition at line 60 of file LFSCLraProof.h.

Referenced by clone(), get_length(), getChild(), Make(), and print_pf().

Rational LFSCLraMulC::d_r
private

Definition at line 61 of file LFSCLraProof.h.

Referenced by clone(), Make(), and print_pf().

int LFSCLraMulC::d_op
private

Definition at line 62 of file LFSCLraProof.h.

Referenced by checkOp(), clone(), LFSCLraMulC(), and print_pf().


The documentation for this class was generated from the following files: