CoinUtils trunk
Classes | Public Member Functions | Static Public Member Functions
subst_constraint_action Class Reference

#include <CoinPresolveSubst.hpp>

Inheritance diagram for subst_constraint_action:
Collaboration diagram for subst_constraint_action:

List of all members.

Classes

struct  action

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.
 ~subst_constraint_action ()

Static Public Member Functions

static const CoinPresolveActionpresolve (CoinPresolveMatrix *prob, const int *implied_free, const int *which, int numberFree, const CoinPresolveAction *next, int &fill_level)
static const CoinPresolveActionpresolveX (CoinPresolveMatrix *prob, const CoinPresolveAction *next, int fillLevel)

Detailed Description

Definition at line 12 of file CoinPresolveSubst.hpp.


Constructor & Destructor Documentation

subst_constraint_action::~subst_constraint_action ( )

Member Function Documentation

const char* subst_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* subst_constraint_action::presolve ( CoinPresolveMatrix prob,
const int *  implied_free,
const int *  which,
int  numberFree,
const CoinPresolveAction next,
int &  fill_level 
) [static]
static const CoinPresolveAction* subst_constraint_action::presolveX ( CoinPresolveMatrix prob,
const CoinPresolveAction next,
int  fillLevel 
) [static]
void subst_constraint_action::postsolve ( CoinPostsolveMatrix prob) const [virtual]

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