SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
RationalCapsule.cpp
Go to the documentation of this file.
1 #include "RationalCapsule.h"
2 
3 namespace smtrat {
4 
5  RationalCapsule::RationalCapsule(const Rational &aRational, const Rational &bRational,
6  const Rational &cRational) : aRational(aRational), bRational(bRational),
7  cRational(cRational) {}
8 
10  return aRational;
11  }
12 
14  return bRational;
15  }
16 
18  return cRational;
19  }
20 }
const Rational & getCRational() const
RationalCapsule(const Rational &aRational, const Rational &bRational, const Rational &cRational)
const Rational & getBRational() const
const Rational & getARational() const
Class to create the formulas for axioms.
mpq_class Rational
Definition: types.h:19