Collaboration diagram for CVC3::TheoryArith3::FreeConst:
Definition at line 35 of file theory_arith3.h.
CVC3::TheoryArith3::FreeConst::FreeConst | ( | ) | [inline] |
Definition at line 40 of file theory_arith3.h.
CVC3::TheoryArith3::FreeConst::FreeConst | ( | const Rational & | r, | |
bool | strict | |||
) | [inline] |
Definition at line 41 of file theory_arith3.h.
const Rational& CVC3::TheoryArith3::FreeConst::getConst | ( | ) | const [inline] |
Definition at line 42 of file theory_arith3.h.
References d_r.
Referenced by CVC3::TheoryArith3::isStale(), CVC3::operator<<(), and CVC3::TheoryArith3::updateSubsumptionDB().
bool CVC3::TheoryArith3::FreeConst::strict | ( | ) | const [inline] |
Definition at line 43 of file theory_arith3.h.
References d_strict.
Referenced by CVC3::TheoryArith3::isStale(), CVC3::operator<<(), and CVC3::TheoryArith3::updateSubsumptionDB().
Rational CVC3::TheoryArith3::FreeConst::d_r [private] |
bool CVC3::TheoryArith3::FreeConst::d_strict [private] |