Cbc  trunk
Classes
OsiLinkedBound Class Reference

List of bounds which depend on other bounds. More...

#include <CbcLinked.hpp>

List of all members.

Classes

struct  boundElementAction

Public Member Functions

Action methods
void updateBounds (ClpSimplex *solver)
 Update other bounds.
Constructors and destructors
 OsiLinkedBound ()
 Default Constructor.
 OsiLinkedBound (OsiSolverInterface *model, int variable, int numberAffected, const int *positionL, const int *positionU, const double *multiplier)
 Useful Constructor.
 OsiLinkedBound (const OsiLinkedBound &)
 Copy constructor.
OsiLinkedBoundoperator= (const OsiLinkedBound &rhs)
 Assignment operator.
 ~OsiLinkedBound ()
 Destructor.
Sets and Gets
int variable () const
 Get variable.
void addBoundModifier (bool upperBoundAffected, bool useUpperBound, int whichVariable, double multiplier=1.0)
 Add a bound modifier.

Detailed Description

List of bounds which depend on other bounds.

Definition at line 300 of file CbcLinked.hpp.


Constructor & Destructor Documentation

Default Constructor.

OsiLinkedBound::OsiLinkedBound ( OsiSolverInterface *  model,
int  variable,
int  numberAffected,
const int *  positionL,
const int *  positionU,
const double *  multiplier 
)

Useful Constructor.

Copy constructor.

Destructor.


Member Function Documentation

void OsiLinkedBound::updateBounds ( ClpSimplex *  solver)

Update other bounds.

OsiLinkedBound& OsiLinkedBound::operator= ( const OsiLinkedBound rhs)

Assignment operator.

int OsiLinkedBound::variable ( ) const [inline]

Get variable.

Definition at line 334 of file CbcLinked.hpp.

void OsiLinkedBound::addBoundModifier ( bool  upperBoundAffected,
bool  useUpperBound,
int  whichVariable,
double  multiplier = 1.0 
)

Add a bound modifier.


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