#include <CoinPresolveIsolated.hpp>
Public Member Functions | |
const char * | name () const |
A name for debug printing. More... | |
void | postsolve (CoinPostsolveMatrix *prob) const |
Apply the postsolve transformation for this particular presolve action. More... | |
virtual | ~isolated_constraint_action () |
![]() | |
CoinPresolveAction (const CoinPresolveAction *next) | |
Construct a postsolve object and add it to the transformation list. More... | |
void | setNext (const CoinPresolveAction *nextAction) |
modify next (when building rather than passing) More... | |
virtual | ~CoinPresolveAction () |
Virtual destructor. More... | |
Static Public Member Functions | |
static const CoinPresolveAction * | presolve (CoinPresolveMatrix *prob, int row, const CoinPresolveAction *next) |
![]() | |
static void | throwCoinError (const char *error, const char *ps_routine) |
Stub routine to throw exceptions. More... | |
Private Member Functions | |
isolated_constraint_action () | |
isolated_constraint_action (const isolated_constraint_action &rhs) | |
isolated_constraint_action & | operator= (const isolated_constraint_action &rhs) |
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_ |
Additional Inherited Members | |
![]() | |
const CoinPresolveAction * | next |
The next presolve transformation. More... | |
Definition at line 11 of file CoinPresolveIsolated.hpp.
|
private |
|
private |
|
inlineprivate |
Definition at line 25 of file CoinPresolveIsolated.hpp.
|
virtual |
|
private |
|
virtual |
A name for debug printing.
It is expected that the name is not stored in the transform itself.
Implements CoinPresolveAction.
|
static |
|
virtual |
Apply the postsolve transformation for this particular presolve action.
Implements CoinPresolveAction.
|
private |
Definition at line 16 of file CoinPresolveIsolated.hpp.
|
private |
Definition at line 17 of file CoinPresolveIsolated.hpp.
|
private |
Definition at line 18 of file CoinPresolveIsolated.hpp.
|
private |
Definition at line 19 of file CoinPresolveIsolated.hpp.
|
private |
Definition at line 21 of file CoinPresolveIsolated.hpp.
|
private |
Definition at line 22 of file CoinPresolveIsolated.hpp.
|
private |
Definition at line 23 of file CoinPresolveIsolated.hpp.