CVCL::TheoryArith::Ineq Class Reference

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

Collaboration diagram for CVCL::TheoryArith::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 112 of file theory_arith.h.


Constructor & Destructor Documentation

CVCL::TheoryArith::Ineq::Ineq  )  [inline, private]
 

Default constructor is disabled.

Definition at line 118 of file theory_arith.h.

CVCL::TheoryArith::Ineq::Ineq const Theorem ineq,
bool  varOnRHS,
const FreeConst c
[inline]
 

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

Definition at line 121 of file theory_arith.h.


Member Function Documentation

const Theorem& CVCL::TheoryArith::Ineq::ineq  )  const [inline]
 

Get the inequality.

Definition at line 124 of file theory_arith.h.

References d_ineq.

Referenced by CVCL::TheoryArith::isStale(), CVCL::operator<<(), and CVCL::TheoryArith::projectInequalities().

const FreeConst& CVCL::TheoryArith::Ineq::getConst  )  const [inline]
 

Get the max/min constant.

Definition at line 126 of file theory_arith.h.

References d_const.

Referenced by CVCL::TheoryArith::isStale(), and CVCL::operator<<().

bool CVCL::TheoryArith::Ineq::varOnRHS  )  const [inline]
 

Flag whether var is isolated on the RHS.

Definition at line 128 of file theory_arith.h.

References d_rhs.

Referenced by CVCL::TheoryArith::isStale(), and CVCL::operator<<().

bool CVCL::TheoryArith::Ineq::varOnLHS  )  const [inline]
 

Flag whether var is isolated on the LHS.

Definition at line 130 of file theory_arith.h.

References d_rhs.

CVCL::TheoryArith::Ineq::operator Theorem  )  const [inline]
 

Auto-cast to Theorem.

Definition at line 132 of file theory_arith.h.

References d_ineq.


Member Data Documentation

Theorem CVCL::TheoryArith::Ineq::d_ineq [private]
 

The inequality.

Definition at line 114 of file theory_arith.h.

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

bool CVCL::TheoryArith::Ineq::d_rhs [private]
 

Var is isolated on the RHS.

Definition at line 115 of file theory_arith.h.

Referenced by varOnLHS(), and varOnRHS().

const FreeConst* CVCL::TheoryArith::Ineq::d_const [private]
 

The max/min const for subsumption check

Definition at line 116 of file theory_arith.h.

Referenced by getConst().


The documentation for this class was generated from the following file:
Generated on Thu Apr 13 16:57:44 2006 for CVC Lite by  doxygen 1.4.4