SoPlex Documentation
Loading...
Searching...
No Matches
SPxBoundFlippingRT< R >::Breakpoint Struct Reference

Public Attributes

val
 
int idx
 
BreakpointSource src
 

Detailed Description

template<class R>
struct soplex::SPxBoundFlippingRT< R >::Breakpoint

breakpoint structure

Definition at line 76 of file spxboundflippingrt.h.

Member Data Documentation

◆ idx

template<class R >
int idx

index of corresponding row/column

Definition at line 79 of file spxboundflippingrt.h.

◆ src

template<class R >
BreakpointSource src

origin of breakpoint, i.e. vector which was searched

Definition at line 80 of file spxboundflippingrt.h.

◆ val

template<class R >
R val

breakpoint value (step length)

Definition at line 78 of file spxboundflippingrt.h.

Referenced by SPxBoundFlippingRT< R >::isSmaller(), and SPxBoundFlippingRT< R >::BreakpointCompare::operator()().