Scippy

SoPlex

Sequential object-oriented simPlex

spxdefaultrt.h File Reference

Textbook ratio test for SoPlex. More...

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

Go to the source code of this file.

Classes

class  SPxDefaultRT
 Textbook ratio test for SoPlex.Class SPxDefaultRT provides an implementation of the textbook ratio test as a derived class of SPxRatioTester. This class is not intended for reliably solving LPs (even though it does the job for ``numerically simple'' LPs). Instead, it should serve as a demonstration of how to write ratio tester classes. More...
 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Textbook ratio test for SoPlex.

Definition in file spxdefaultrt.h.