Bonmin  1.7
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Friends
Bonmin::BonCbcFullNodeInfo Class Reference

Holds information for recreating a subproblem by incremental change from the parent for Bonmin. More...

#include <BonCbcNode.hpp>

List of all members.

Public Member Functions

 BonCbcFullNodeInfo ()
 BonCbcFullNodeInfo (CbcModel *model, int numberRowsAtContinuous)
 BonCbcFullNodeInfo (const BonCbcFullNodeInfo &)
 ~BonCbcFullNodeInfo ()
virtual CbcNodeInfo * clone () const
 Clone.
virtual void allBranchesGone ()
 Method called when all direct sons have been explored to flush useless warm start information.
int getSequenceOfInfeasiblesSize ()
 Number of consecutive infeasible parents only recorded if node is infeasible.
int getSequenceOfUnsolvedSize ()
 Number of consecutive unsolved parents only recorded if node is infeasible.

Static Public Member Functions

static void registerOptions (Ipopt::SmartPtr< Bonmin::RegisteredOptions > roptions)
 Register all the options for class instance.

Private Member Functions

BonCbcFullNodeInfooperator= (const BonCbcFullNodeInfo &rhs)
 Illegal Assignment operator.

Private Attributes

int sequenceOfInfeasiblesSize_
 Number of consecutive infeasible parents only recorded if node is infeasible.
int sequenceOfUnsolvedSize_
 Number of consecutive unsolved parents only recorded if node is infeasible.

Friends

class BonCbcPartialNodeInfo

Detailed Description

Holds information for recreating a subproblem by incremental change from the parent for Bonmin.

A BonminBonminCbcPartialNodeInfo object contains changes to the bounds and basis, and additional cuts, required to recreate a subproblem by modifying and augmenting the parent subproblem.

Definition at line 28 of file BonCbcNode.hpp.


Constructor & Destructor Documentation

Bonmin::BonCbcFullNodeInfo::BonCbcFullNodeInfo ( )
Bonmin::BonCbcFullNodeInfo::BonCbcFullNodeInfo ( CbcModel *  model,
int  numberRowsAtContinuous 
)
Bonmin::BonCbcFullNodeInfo::BonCbcFullNodeInfo ( const BonCbcFullNodeInfo )
Bonmin::BonCbcFullNodeInfo::~BonCbcFullNodeInfo ( )

Member Function Documentation

virtual CbcNodeInfo* Bonmin::BonCbcFullNodeInfo::clone ( ) const [virtual]

Clone.

virtual void Bonmin::BonCbcFullNodeInfo::allBranchesGone ( ) [virtual]

Method called when all direct sons have been explored to flush useless warm start information.

int Bonmin::BonCbcFullNodeInfo::getSequenceOfInfeasiblesSize ( ) [inline]

Number of consecutive infeasible parents only recorded if node is infeasible.

Definition at line 53 of file BonCbcNode.hpp.

References sequenceOfInfeasiblesSize_.

int Bonmin::BonCbcFullNodeInfo::getSequenceOfUnsolvedSize ( ) [inline]

Number of consecutive unsolved parents only recorded if node is infeasible.

Definition at line 58 of file BonCbcNode.hpp.

References sequenceOfUnsolvedSize_.

static void Bonmin::BonCbcFullNodeInfo::registerOptions ( Ipopt::SmartPtr< Bonmin::RegisteredOptions roptions) [static]

Register all the options for class instance.

BonCbcFullNodeInfo& Bonmin::BonCbcFullNodeInfo::operator= ( const BonCbcFullNodeInfo rhs) [private]

Illegal Assignment operator.


Friends And Related Function Documentation

friend class BonCbcPartialNodeInfo [friend]

Definition at line 32 of file BonCbcNode.hpp.


Member Data Documentation

Number of consecutive infeasible parents only recorded if node is infeasible.

Definition at line 68 of file BonCbcNode.hpp.

Referenced by getSequenceOfInfeasiblesSize().

Number of consecutive unsolved parents only recorded if node is infeasible.

Definition at line 70 of file BonCbcNode.hpp.

Referenced by getSequenceOfUnsolvedSize().


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