Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
OsiOneLink Class Reference

Define data for one link. More...

#include <CbcLinked.hpp>

+ Collaboration diagram for OsiOneLink:

Public Member Functions

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

Public Attributes

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

Detailed Description

Define data for one link.

Definition at line 572 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

int OsiOneLink::xRow_

data

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

Definition at line 596 of file CbcLinked.hpp.

int OsiOneLink::xColumn_

Column which defines x.

Definition at line 598 of file CbcLinked.hpp.

int OsiOneLink::xyRow

Output row.

Definition at line 600 of file CbcLinked.hpp.

std::string OsiOneLink::function_

Function.

Definition at line 602 of file CbcLinked.hpp.


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