Cbc  2.10.10
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
OsiOldLink Class Reference

#include <CbcLinked.hpp>

+ Inheritance diagram for OsiOldLink:
+ Collaboration diagram for OsiOldLink:

Public Member Functions

 OsiOldLink ()
 
 OsiOldLink (const OsiSolverInterface *solver, int numberMembers, int numberLinks, int first, const double *weights, int setNumber)
 Useful constructor - A valid solution is if all variables are zero apart from k*numberLink to (k+1)*numberLink-1 where k is 0 through numberInSet-1. More...
 
 OsiOldLink (const OsiSolverInterface *solver, int numberMembers, int numberLinks, int typeSOS, const int *which, const double *weights, int setNumber)
 Useful constructor - A valid solution is if all variables are zero apart from k*numberLink to (k+1)*numberLink-1 where k is 0 through numberInSet-1. More...
 
 OsiOldLink (const OsiOldLink &)
 
virtual OsiObject * clone () const
 Clone. More...
 
OsiOldLinkoperator= (const OsiOldLink &rhs)
 
virtual ~OsiOldLink ()
 
virtual double infeasibility (const OsiBranchingInformation *info, int &whichWay) const
 Infeasibility - large is 0.5. More...
 
virtual double feasibleRegion (OsiSolverInterface *solver, const OsiBranchingInformation *info) const
 Set bounds to fix the variable at the current (integer) value. More...
 
virtual OsiBranchingObject * createBranch (OsiSolverInterface *solver, const OsiBranchingInformation *info, int way) const
 Creates a branching object. More...
 
virtual void resetSequenceEtc (int numberColumns, const int *originalColumns)
 Redoes data when sequence numbers change. More...
 
int numberLinks () const
 Number of links for each member. More...
 
virtual bool canDoHeuristics () const
 Return true if object can take part in normal heuristics. More...
 
virtual bool boundBranch () const
 Return true if branch should only bound variables. More...
 

Protected Attributes

int numberLinks_
 data More...
 

Detailed Description

Definition at line 447 of file CbcLinked.hpp.

Constructor & Destructor Documentation

◆ OsiOldLink() [1/4]

OsiOldLink::OsiOldLink ( )

◆ OsiOldLink() [2/4]

OsiOldLink::OsiOldLink ( const OsiSolverInterface *  solver,
int  numberMembers,
int  numberLinks,
int  first,
const double *  weights,
int  setNumber 
)

Useful constructor - A valid solution is if all variables are zero apart from k*numberLink to (k+1)*numberLink-1 where k is 0 through numberInSet-1.

The length of weights array is numberInSet. For this constructor the variables in matrix are the numberInSet*numberLink starting at first. If weights null then 0,1,2..

◆ OsiOldLink() [3/4]

OsiOldLink::OsiOldLink ( const OsiSolverInterface *  solver,
int  numberMembers,
int  numberLinks,
int  typeSOS,
const int *  which,
const double *  weights,
int  setNumber 
)

Useful constructor - A valid solution is if all variables are zero apart from k*numberLink to (k+1)*numberLink-1 where k is 0 through numberInSet-1.

The length of weights array is numberInSet. For this constructor the variables are given by list - grouped. If weights null then 0,1,2..

◆ OsiOldLink() [4/4]

OsiOldLink::OsiOldLink ( const OsiOldLink )

◆ ~OsiOldLink()

virtual OsiOldLink::~OsiOldLink ( )
virtual

Member Function Documentation

◆ clone()

virtual OsiObject* OsiOldLink::clone ( ) const
virtual

Clone.

◆ operator=()

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

◆ infeasibility()

virtual double OsiOldLink::infeasibility ( const OsiBranchingInformation *  info,
int &  whichWay 
) const
virtual

Infeasibility - large is 0.5.

◆ feasibleRegion()

virtual double OsiOldLink::feasibleRegion ( OsiSolverInterface *  solver,
const OsiBranchingInformation *  info 
) const
virtual

Set bounds to fix the variable at the current (integer) value.

Given an integer value, set the lower and upper bounds to fix the variable. Returns amount it had to move variable.

◆ createBranch()

virtual OsiBranchingObject* OsiOldLink::createBranch ( OsiSolverInterface *  solver,
const OsiBranchingInformation *  info,
int  way 
) const
virtual

Creates a branching object.

The preferred direction is set by way, 0 for down, 1 for up.

◆ resetSequenceEtc()

virtual void OsiOldLink::resetSequenceEtc ( int  numberColumns,
const int *  originalColumns 
)
virtual

Redoes data when sequence numbers change.

◆ numberLinks()

int OsiOldLink::numberLinks ( ) const
inline

Number of links for each member.

Definition at line 506 of file CbcLinked.hpp.

◆ canDoHeuristics()

virtual bool OsiOldLink::canDoHeuristics ( ) const
inlinevirtual

Return true if object can take part in normal heuristics.

Definition at line 513 of file CbcLinked.hpp.

◆ boundBranch()

virtual bool OsiOldLink::boundBranch ( ) const
inlinevirtual

Return true if branch should only bound variables.

Definition at line 519 of file CbcLinked.hpp.

Member Data Documentation

◆ numberLinks_

int OsiOldLink::numberLinks_
protected

data

Number of links

Definition at line 528 of file CbcLinked.hpp.


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