OsiOneLink Class Reference

Define data for one link. More...

#include <CbcLinked.hpp>

Collaboration diagram for OsiOneLink:
Collaboration graph
[legend]

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 532 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 557 of file CbcLinked.hpp.

Column which defines x.

Definition at line 559 of file CbcLinked.hpp.

Output row.

Definition at line 561 of file CbcLinked.hpp.

std::string OsiOneLink::function_

Function.

Definition at line 563 of file CbcLinked.hpp.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1