Scippy

SoPlex

Sequential object-oriented simPlex

ratrecon.cpp File Reference
#include <iostream>
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/ratrecon.h"

Go to the source code of this file.

Namespaces

 soplex
 Everything should be within this namespace.
 

Functions

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)