Bound flipping ratio test (long step dual) for SoPlex. More...
#include <assert.h>
#include "soplex/spxdefines.h"
#include "soplex/spxratiotester.h"
#include "soplex/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 | |
soplex | |
Everything should be within this namespace. | |
Bound flipping ratio test (long step dual) for SoPlex.
Definition in file spxboundflippingrt.h.