#include <iostream>
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/ratrecon.h"
Go to the source code of this file.
|
| | soplex |
| | Everything should be within this namespace.
|
| |
|
| static void | GMPv_init (mpz_t *vect, int dim) |
| |
| static void | GMPv_clear (mpz_t *vect, int dim) |
| |
| static int | Reconstruct (VectorRational &resvec, mpz_t *xnum, mpz_t denom, int dim, const Rational &denomBoundSquared, const DIdxSet *indexSet=0) |
| |
| bool | reconstructVector (VectorRational &input, const Rational &denomBoundSquared, const DIdxSet *indexSet) |
| |
| bool | reconstructSol (SolRational &solution) |
| |