OsiOneLink Class Reference

Define data for one link. More...

#include <CbcLinked.hpp>

List of all members.

Public Member Functions

 OsiOneLink ()
 OsiOneLink (const OsiSolverInterface *solver, int xRow, int xColumn, int xyRow, const char *functionString)
 Useful constructor -.
 OsiOneLink (const OsiOneLink &)
OsiOneLinkoperator= (const OsiOneLink &rhs)
virtual ~OsiOneLink ()

Public Attributes

int xRow_
 data
int xColumn_
 Column which defines x.
int xyRow
 Output row.
std::string function_
 Function.

Detailed Description

Define data for one link.

Definition at line 533 of file CbcLinked.hpp.


Constructor & Destructor Documentation

OsiOneLink::OsiOneLink (  ) 
OsiOneLink::OsiOneLink ( const OsiSolverInterface *  solver,
int  xRow,
int  xColumn,
int  xyRow,
const char *  functionString 
)

Useful constructor -.

OsiOneLink::OsiOneLink ( const OsiOneLink  ) 
virtual OsiOneLink::~OsiOneLink (  )  [virtual]

Member Function Documentation

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

Member Data Documentation

data

Row which defines x (if -1 then no x)

Definition at line 558 of file CbcLinked.hpp.

Column which defines x.

Definition at line 560 of file CbcLinked.hpp.

Output row.

Definition at line 562 of file CbcLinked.hpp.

std::string OsiOneLink::function_

Function.

Definition at line 564 of file CbcLinked.hpp.


The documentation for this class was generated from the following file:
Generated on Fri May 28 17:17:32 2010 by  doxygen 1.6.3