#include <CoinPresolveIsolated.hpp>
Inheritance diagram for isolated_constraint_action:
Public Member Functions | |
const char * | name () const |
A name for debug printing. | |
void | postsolve (CoinPostsolveMatrix *prob) const |
Apply the postsolve transformation for this particular presolve action. | |
Static Public Member Functions | |
static const CoinPresolveAction * | presolve (CoinPresolveMatrix *prob, int row, const CoinPresolveAction *next) |
Private Member Functions | |
isolated_constraint_action (double rlo, double rup, int row, int ninrow, const int *rowcols, const double *rowels, const double *costs, const CoinPresolveAction *next) | |
Private Attributes | |
double | rlo_ |
double | rup_ |
int | row_ |
int | ninrow_ |
const int * | rowcols_ |
const double * | rowels_ |
const double * | costs_ |
Definition at line 6 of file CoinPresolveIsolated.hpp.
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 | |||
) | [inline, private] |
Definition at line 15 of file CoinPresolveIsolated.hpp.
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.
static const CoinPresolveAction* isolated_constraint_action::presolve | ( | CoinPresolveMatrix * | prob, | |
int | row, | |||
const CoinPresolveAction * | next | |||
) | [static] |
void isolated_constraint_action::postsolve | ( | CoinPostsolveMatrix * | prob | ) | const [virtual] |
Apply the postsolve transformation for this particular presolve action.
Implements CoinPresolveAction.
double isolated_constraint_action::rlo_ [private] |
Definition at line 7 of file CoinPresolveIsolated.hpp.
double isolated_constraint_action::rup_ [private] |
Definition at line 8 of file CoinPresolveIsolated.hpp.
int isolated_constraint_action::row_ [private] |
Definition at line 9 of file CoinPresolveIsolated.hpp.
int isolated_constraint_action::ninrow_ [private] |
Definition at line 10 of file CoinPresolveIsolated.hpp.
const int* isolated_constraint_action::rowcols_ [private] |
Definition at line 11 of file CoinPresolveIsolated.hpp.
const double* isolated_constraint_action::rowels_ [private] |
Definition at line 12 of file CoinPresolveIsolated.hpp.
const double* isolated_constraint_action::costs_ [private] |
Definition at line 13 of file CoinPresolveIsolated.hpp.