Scippy

SoPlex

Sequential object-oriented simPlex

spxboundflippingrt.h File Reference

Bound flipping ratio test (long step dual) for SoPlex. More...

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

Go to the source code of this file.

Classes

class  SPxBoundFlippingRT
 Bound flipping ratio test ("long step dual") for SoPlex.Class SPxBoundFlippingRT provides an implementation of the bound flipping ratio test as a derived class of SPxRatioTester. Dual step length is increased beyond some breakpoints and corresponding primal nonbasic variables are set to their other bound to handle the resulting dual infeasibility. More...
 
struct  SPxBoundFlippingRT::Breakpoint
 
struct  SPxBoundFlippingRT::BreakpointCompare
 

Namespaces

namespace  soplex
 Everything should be within this namespace.
 

Detailed Description

Bound flipping ratio test (long step dual) for SoPlex.

Author
Matthias Miltenberger
Eva Ramlow

Definition in file spxboundflippingrt.h.