#include <CoinPresolveIsolated.hpp>
Detailed Description
Definition at line 10 of file CoinPresolveIsolated.hpp.
Constructor & Destructor Documentation
isolated_constraint_action::isolated_constraint_action |
( |
| ) |
|
|
private |
isolated_constraint_action::isolated_constraint_action |
( |
double |
rlo, |
|
|
double |
rup, |
|
|
int |
row, |
|
|
int |
ninrow, |
|
|
const int * |
rowcols, |
|
|
const double * |
rowels, |
|
|
const double * |
costs, |
|
|
const CoinPresolveAction * |
next |
|
) |
| |
|
inlineprivate |
isolated_constraint_action::~isolated_constraint_action |
( |
| ) |
|
Member Function Documentation
const char* isolated_constraint_action::name |
( |
| ) |
const |
|
virtual |
A name for debug printing.
It is expected that the name is not stored in the transform itself.
Implements CoinPresolveAction.
Apply the postsolve transformation for this particular presolve action.
Implements CoinPresolveAction.
Member Data Documentation
double isolated_constraint_action::rlo_ |
|
private |
double isolated_constraint_action::rup_ |
|
private |
int isolated_constraint_action::row_ |
|
private |
int isolated_constraint_action::ninrow_ |
|
private |
const int* isolated_constraint_action::rowcols_ |
|
private |
const double* isolated_constraint_action::rowels_ |
|
private |
const double* isolated_constraint_action::costs_ |
|
private |
The documentation for this class was generated from the following file: