#include <CoinPresolveTighten.hpp>
Definition at line 19 of file CoinPresolveTighten.hpp.
◆ do_tighten_action() [1/3]
| do_tighten_action::do_tighten_action |
( |
| ) |
|
|
private |
◆ do_tighten_action() [2/3]
◆ do_tighten_action() [3/3]
◆ ~do_tighten_action()
| virtual do_tighten_action::~do_tighten_action |
( |
| ) |
|
|
virtual |
◆ operator=()
◆ name()
| const char * do_tighten_action::name |
( |
| ) |
const |
|
virtual |
Construct a postsolve object and add it to the transformation list.
This is an `add to head' operation. This object will point to the one passed as the parameter. */ CoinPresolveAction(const CoinPresolveAction *next) : next(next) { } modify next (when building rather than passing) inline void setNext(const CoinPresolveAction *nextAction) { next = nextAction; }
/*! 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.
◆ nactions_
| const int do_tighten_action::nactions_ |
|
private |
◆ actions_
| const action* const do_tighten_action::actions_ |
|
private |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/coin-or-CoinUtils-2.11.12-build/CoinUtils-releases-2.11.12/CoinUtils/src/CoinPresolveTighten.hpp