Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
subst_constraint_action Class Reference

#include <CoinPresolveSubst.hpp>

Inheritance diagram for subst_constraint_action:
Inheritance graph
[legend]
Collaboration diagram for subst_constraint_action:
Collaboration graph
[legend]

Classes

struct  action
 

Public Member Functions

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...
 
 ~subst_constraint_action ()
 
- Public Member Functions inherited from CoinPresolveAction
 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 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)
 
- Static Public Member Functions inherited from CoinPresolveAction
static void throwCoinError (const char *error, const char *ps_routine)
 Stub routine to throw exceptions. More...
 

Private Member Functions

 subst_constraint_action ()
 
 subst_constraint_action (const subst_constraint_action &rhs)
 
subst_constraint_actionoperator= (const subst_constraint_action &rhs)
 
 subst_constraint_action (int nactions, action *actions, const CoinPresolveAction *next)
 

Private Attributes

const int nactions_
 
const action *const actions_
 

Additional Inherited Members

- Public Attributes inherited from CoinPresolveAction
const CoinPresolveActionnext
 The next presolve transformation. More...
 

Detailed Description

Definition at line 11 of file CoinPresolveSubst.hpp.

Constructor & Destructor Documentation

subst_constraint_action::subst_constraint_action ( )
private
subst_constraint_action::subst_constraint_action ( const subst_constraint_action rhs)
private
subst_constraint_action::subst_constraint_action ( int  nactions,
action actions,
const CoinPresolveAction next 
)
inlineprivate

Definition at line 39 of file CoinPresolveSubst.hpp.

subst_constraint_action::~subst_constraint_action ( )

Member Function Documentation

subst_constraint_action& subst_constraint_action::operator= ( const subst_constraint_action rhs)
private
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.

Member Data Documentation

const int subst_constraint_action::nactions_
private

Definition at line 35 of file CoinPresolveSubst.hpp.

const action* const subst_constraint_action::actions_
private

Definition at line 37 of file CoinPresolveSubst.hpp.


The documentation for this class was generated from the following file: