CoinUtils  trunk
Public Member Functions | Static Public Member Functions
isolated_constraint_action Class Reference

#include <CoinPresolveIsolated.hpp>

+ Inheritance diagram for isolated_constraint_action:
+ Collaboration diagram for isolated_constraint_action:

List of all members.

Public Member Functions

const char * name () const
 A name for debug printing.
void postsolve (CoinPostsolveMatrix *prob) const
 Apply the postsolve transformation for this particular presolve action.
virtual ~isolated_constraint_action ()

Static Public Member Functions

static const CoinPresolveActionpresolve (CoinPresolveMatrix *prob, int row, const CoinPresolveAction *next)

Detailed Description

Definition at line 11 of file CoinPresolveIsolated.hpp.


Constructor & Destructor Documentation


Member Function Documentation

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.

static const CoinPresolveAction* isolated_constraint_action::presolve ( CoinPresolveMatrix prob,
int  row,
const CoinPresolveAction next 
) [static]

Apply the postsolve transformation for this particular presolve action.

Implements CoinPresolveAction.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines