#include <CoinPresolveIsolated.hpp>
Definition at line 11 of file CoinPresolveIsolated.hpp.
◆ isolated_constraint_action() [1/3]
isolated_constraint_action::isolated_constraint_action |
( |
| ) |
|
|
private |
◆ isolated_constraint_action() [2/3]
◆ isolated_constraint_action() [3/3]
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()
virtual isolated_constraint_action::~isolated_constraint_action |
( |
| ) |
|
|
virtual |
◆ operator=()
◆ name()
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.
◆ presolve()
◆ postsolve()
Apply the postsolve transformation for this particular presolve action.
Implements CoinPresolveAction.
◆ rlo_
double isolated_constraint_action::rlo_ |
|
private |
◆ rup_
double isolated_constraint_action::rup_ |
|
private |
◆ row_
int isolated_constraint_action::row_ |
|
private |
◆ ninrow_
int isolated_constraint_action::ninrow_ |
|
private |
◆ rowcols_
const int* isolated_constraint_action::rowcols_ |
|
private |
◆ rowels_
const double* isolated_constraint_action::rowels_ |
|
private |
◆ costs_
const double* isolated_constraint_action::costs_ |
|
private |
The documentation for this class was generated from the following file: