Cgl trunk
Public Member Functions
LAP::Cuts Struct Reference

To store extra cuts generated by columns from which they origin. More...

#include <CglLandPUtils.hpp>

Collaboration diagram for LAP::Cuts:

List of all members.

Public Member Functions

 Cuts ()
int insertAll (OsiCuts &cs, CoinRelFltEq &eq)
 Puts all the cuts into an OsiCuts.
 ~Cuts ()
 Destructor.
OsiRowCut * rowCut (unsigned int i)
 Access to row cut indexed by i.
const OsiRowCut * rowCut (unsigned int i) const
 const access to row cut indexed by i
void insert (int i, OsiRowCut *cut)
 insert a cut for variable i and count number of cuts.
int numberCuts ()
 Access to number of cuts.
void resize (unsigned int i)
 resize vector.

Detailed Description

To store extra cuts generated by columns from which they origin.

Definition at line 59 of file CglLandPUtils.hpp.


Constructor & Destructor Documentation

LAP::Cuts::Cuts ( ) [inline]

Definition at line 61 of file CglLandPUtils.hpp.

LAP::Cuts::~Cuts ( ) [inline]

Destructor.

Definition at line 67 of file CglLandPUtils.hpp.


Member Function Documentation

int LAP::Cuts::insertAll ( OsiCuts &  cs,
CoinRelFltEq &  eq 
)

Puts all the cuts into an OsiCuts.

OsiRowCut* LAP::Cuts::rowCut ( unsigned int  i) [inline]

Access to row cut indexed by i.

Definition at line 69 of file CglLandPUtils.hpp.

const OsiRowCut* LAP::Cuts::rowCut ( unsigned int  i) const [inline]

const access to row cut indexed by i

Definition at line 74 of file CglLandPUtils.hpp.

void LAP::Cuts::insert ( int  i,
OsiRowCut *  cut 
)

insert a cut for variable i and count number of cuts.

int LAP::Cuts::numberCuts ( ) [inline]

Access to number of cuts.

Definition at line 81 of file CglLandPUtils.hpp.

void LAP::Cuts::resize ( unsigned int  i) [inline]

resize vector.

Definition at line 86 of file CglLandPUtils.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines