Detect and process forcing constraints and useless constraints. More...
#include <CoinPresolveForcing.hpp>
Classes | |
struct | action |
Public Member Functions | |
forcing_constraint_action (int nactions, const action *actions, const CoinPresolveAction *next) | |
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 | ~forcing_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, const CoinPresolveAction *next) |
![]() | |
static void | throwCoinError (const char *error, const char *ps_routine) |
Stub routine to throw exceptions. More... | |
Private Member Functions | |
forcing_constraint_action () | |
forcing_constraint_action (const forcing_constraint_action &rhs) | |
forcing_constraint_action & | operator= (const forcing_constraint_action &rhs) |
Private Attributes | |
const int | nactions_ |
const action *const | actions_ |
Additional Inherited Members | |
![]() | |
const CoinPresolveAction * | next |
The next presolve transformation. More... | |
Detect and process forcing constraints and useless constraints.
A constraint is useless if the bounds on the variables prevent the constraint from ever being violated.
A constraint is a forcing constraint if the bounds on the constraint force the value of an involved variable to one of its bounds. A constraint can force more than one variable.
Definition at line 27 of file CoinPresolveForcing.hpp.
|
private |
|
private |
|
inline |
Definition at line 45 of file CoinPresolveForcing.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 40 of file CoinPresolveForcing.hpp.
|
private |
Definition at line 42 of file CoinPresolveForcing.hpp.