Scippy

SoPlex

Sequential object-oriented simPlex

spxratiotester.h File Reference

Abstract ratio test base class. More...

#include <assert.h>
#include "spxdefines.h"
#include "spxsolver.h"

Go to the source code of this file.

Classes

class  SPxRatioTester
 Abstract ratio test base class.Class SPxRatioTester is the virtual base class for computing the ratio test within the Simplex algorithm driven by SoPlex. After a SoPlex solver has been load()ed to an SPxRatioTester, the solver calls selectLeave() for computing the ratio test for the entering simplex and selectEnter() for computing the ratio test in leaving simplex. More...
 

Namespaces

 soplex
 Everything should be within this namespace.
 

Detailed Description

Abstract ratio test base class.

Definition in file spxratiotester.h.