CVC3 2.2
Public Member Functions | Private Attributes

CVC3::TheoryArithNew::FreeConst Class Reference

List of all members.

Public Member Functions

Private Attributes


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

Definition at line 53 of file theory_arith_new.h.

Referenced by getConst().

Definition at line 54 of file theory_arith_new.h.

Referenced by strict().


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