CVC3
Public Member Functions | Private Attributes | List of all members
CVC3::TheoryArithOld::FreeConst Class Reference

Data class for the strongest free constant in separation inqualities. More...

Collaboration diagram for CVC3::TheoryArithOld::FreeConst:
Collaboration graph

Public Member Functions

 FreeConst ()
 
 FreeConst (const Rational &r, bool strict)
 
const RationalgetConst () const
 
bool strict () const
 

Private Attributes

Rational d_r
 
bool d_strict
 

Detailed Description

Data class for the strongest free constant in separation inqualities.

Definition at line 38 of file theory_arith_old.h.

Constructor & Destructor Documentation

CVC3::TheoryArithOld::FreeConst::FreeConst ( )
inline

Definition at line 43 of file theory_arith_old.h.

CVC3::TheoryArithOld::FreeConst::FreeConst ( const Rational r,
bool  strict 
)
inline

Definition at line 44 of file theory_arith_old.h.

Member Function Documentation

const Rational& CVC3::TheoryArithOld::FreeConst::getConst ( ) const
inline
bool CVC3::TheoryArithOld::FreeConst::strict ( ) const
inline

Member Data Documentation

Rational CVC3::TheoryArithOld::FreeConst::d_r
private

Definition at line 40 of file theory_arith_old.h.

Referenced by getConst().

bool CVC3::TheoryArithOld::FreeConst::d_strict
private

Definition at line 41 of file theory_arith_old.h.

Referenced by strict().


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