multiprecision.hpp File Reference
#include <numeric>#include <vector>#include <string>Go to the source code of this file.
Data Structures | |
| class | scip::Rational |
Namespaces | |
| namespace | scip |
Typedefs | |
| using | scip::Integer = Rational |
| using | scip::sparsevec = std::vector< SCIP_RATIONAL > |
Functions | |
| Rational & | scip::abs (Rational &r) |
| Rational & | scip::max (Rational &r1, Rational &r2) |
| Rational & | scip::min (Rational &r1, Rational &r2) |
| SCIP_Longint | scip::denominator (Rational &r) |
| SCIP_Longint | scip::numerator (Rational &r) |