CVC3::TheoryArithOld::Ineq Class Reference

Private class for an inequality in the Fourier-Motzkin database. More...

Collaboration diagram for CVC3::TheoryArithOld::Ineq:

Collaboration graph
[legend]
List of all members.

Public Member Functions

Private Member Functions

Private Attributes


Detailed Description

Private class for an inequality in the Fourier-Motzkin database.

Definition at line 48 of file theory_arith_old.h.


Constructor & Destructor Documentation

CVC3::TheoryArithOld::Ineq::Ineq (  )  [inline, private]

Default constructor is disabled.

Definition at line 54 of file theory_arith_old.h.

CVC3::TheoryArithOld::Ineq::Ineq ( const Theorem ineq,
bool  varOnRHS,
const FreeConst c 
) [inline]

Initial constructor. 'r' is taken from the subsumption database.

Definition at line 57 of file theory_arith_old.h.


Member Function Documentation

const Theorem& CVC3::TheoryArithOld::Ineq::ineq (  )  const [inline]

Get the inequality.

Definition at line 60 of file theory_arith_old.h.

References d_ineq.

Referenced by CVC3::TheoryArithOld::isStale(), and CVC3::operator<<().

const FreeConst& CVC3::TheoryArithOld::Ineq::getConst (  )  const [inline]

Get the max/min constant.

Definition at line 62 of file theory_arith_old.h.

References d_const.

Referenced by CVC3::TheoryArithOld::isStale(), and CVC3::operator<<().

bool CVC3::TheoryArithOld::Ineq::varOnRHS (  )  const [inline]

Flag whether var is isolated on the RHS.

Definition at line 64 of file theory_arith_old.h.

References d_rhs.

Referenced by CVC3::TheoryArithOld::isStale(), and CVC3::operator<<().

bool CVC3::TheoryArithOld::Ineq::varOnLHS (  )  const [inline]

Flag whether var is isolated on the LHS.

Definition at line 66 of file theory_arith_old.h.

References d_rhs.

CVC3::TheoryArithOld::Ineq::operator Theorem (  )  const [inline]

Auto-cast to Theorem.

Definition at line 68 of file theory_arith_old.h.

References d_ineq.


Member Data Documentation

Theorem CVC3::TheoryArithOld::Ineq::d_ineq [private]

The inequality.

Definition at line 50 of file theory_arith_old.h.

Referenced by ineq(), and operator Theorem().

bool CVC3::TheoryArithOld::Ineq::d_rhs [private]

Var is isolated on the RHS.

Definition at line 51 of file theory_arith_old.h.

Referenced by varOnLHS(), and varOnRHS().

const FreeConst* CVC3::TheoryArithOld::Ineq::d_const [private]

The max/min const for subsumption check

Definition at line 52 of file theory_arith_old.h.

Referenced by getConst().


The documentation for this class was generated from the following file:
Generated on Tue Jul 3 14:38:28 2007 for CVC3 by  doxygen 1.5.1