SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
RationalCapsule.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 namespace smtrat {
6 
8  public:
10  const Rational &cRational);
14 
15  const Rational &getARational() const;
16 
17  const Rational &getBRational() const;
18 
19  const Rational &getCRational() const;
20 
21  };
22 
23 }
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