To store extra cuts generated by columns from which they origin.
More...
#include <CglLandPUtils.hpp>
|
int | numberCuts_ |
| Stores the number of cuts. More...
|
|
std::vector< OsiRowCut * > | cuts_ |
| Store the cuts by index of the generating simple disjunction. More...
|
|
To store extra cuts generated by columns from which they origin.
Definition at line 53 of file CglLandPUtils.hpp.
int LAP::Cuts::insertAll |
( |
OsiCuts & |
cs, |
|
|
CoinRelFltEq |
eq |
|
) |
| |
Puts all the cuts into an OsiCuts.
OsiRowCut* LAP::Cuts::rowCut |
( |
unsigned int |
i) | |
|
|
inline |
const OsiRowCut* LAP::Cuts::rowCut |
( |
unsigned int |
i) | |
const |
|
inline |
void LAP::Cuts::insert |
( |
int |
i, |
|
|
OsiRowCut * |
cut |
|
) |
| |
insert a cut for variable i and count number of cuts.
int LAP::Cuts::numberCuts |
( |
) | |
|
|
inline |
void LAP::Cuts::resize |
( |
unsigned int |
i) | |
|
|
inline |
int LAP::Cuts::numberCuts_ |
|
private |
std::vector<OsiRowCut *> LAP::Cuts::cuts_ |
|
private |
The documentation for this struct was generated from the following file: