#include <CoinPresolveDupcol.hpp>
|
| const char * | name () const |
| | Construct a postsolve object and add it to the transformation list.
|
| void | postsolve (CoinPostsolveMatrix *prob) const |
| | Apply the postsolve transformation for this particular presolve action.
|
| virtual | ~CoinPresolveAction () |
| | Virtual destructor.
|
Definition at line 123 of file CoinPresolveDupcol.hpp.
◆ duprow3_action() [1/2]
| duprow3_action::duprow3_action |
( |
| ) |
|
|
inlineprivate |
◆ duprow3_action() [2/2]
◆ name()
| const char * duprow3_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.
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/CoinPresolveDupcol.hpp