Cbc  2.10.10
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros 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() [1/3]

OsiOneLink::OsiOneLink ( )

◆ OsiOneLink() [2/3]

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

Useful constructor -.

◆ OsiOneLink() [3/3]

OsiOneLink::OsiOneLink ( const OsiOneLink )

◆ ~OsiOneLink()

virtual OsiOneLink::~OsiOneLink ( )
virtual

Member Function Documentation

◆ operator=()

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

Member Data Documentation

◆ xRow_

int OsiOneLink::xRow_

data

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

Definition at line 596 of file CbcLinked.hpp.

◆ xColumn_

int OsiOneLink::xColumn_

Column which defines x.

Definition at line 598 of file CbcLinked.hpp.

◆ xyRow

int OsiOneLink::xyRow

Output row.

Definition at line 600 of file CbcLinked.hpp.

◆ function_

std::string OsiOneLink::function_

Function.

Definition at line 602 of file CbcLinked.hpp.


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