CVC3
Public Member Functions | Private Attributes | List of all members
CVC3::TheoryArithNew::FreeConst Class Reference
Collaboration diagram for CVC3::TheoryArithNew::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 51 of file theory_arith_new.h.

Constructor & Destructor Documentation

CVC3::TheoryArithNew::FreeConst::FreeConst ( )
inline

Definition at line 56 of file theory_arith_new.h.

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

Definition at line 57 of file theory_arith_new.h.

Member Function Documentation

const Rational& CVC3::TheoryArithNew::FreeConst::getConst ( ) const
inline

Definition at line 58 of file theory_arith_new.h.

References d_r.

Referenced by CVC3::operator<<().

bool CVC3::TheoryArithNew::FreeConst::strict ( ) const
inline

Definition at line 59 of file theory_arith_new.h.

References d_strict.

Referenced by CVC3::operator<<().

Member Data Documentation

Rational CVC3::TheoryArithNew::FreeConst::d_r
private

Definition at line 53 of file theory_arith_new.h.

Referenced by getConst().

bool CVC3::TheoryArithNew::FreeConst::d_strict
private

Definition at line 54 of file theory_arith_new.h.

Referenced by strict().


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