CVC3 2.2
Public Member Functions | Private Attributes

CVC3::TheoryArith3::FreeConst Class Reference

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

List of all members.

Public Member Functions

Private Attributes


Detailed Description

Data class for the strongest free constant in separation inqualities.

Definition at line 36 of file theory_arith3.h.


Constructor & Destructor Documentation

CVC3::TheoryArith3::FreeConst::FreeConst ( ) [inline]

Definition at line 41 of file theory_arith3.h.

CVC3::TheoryArith3::FreeConst::FreeConst ( const Rational r,
bool  strict 
) [inline]

Definition at line 42 of file theory_arith3.h.

References d_r.


Member Function Documentation

const Rational& CVC3::TheoryArith3::FreeConst::getConst ( ) const [inline]
bool CVC3::TheoryArith3::FreeConst::strict ( ) const [inline]

Member Data Documentation

Definition at line 38 of file theory_arith3.h.

Referenced by FreeConst().

Definition at line 39 of file theory_arith3.h.

Referenced by getConst().


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