Bonmin 1.8.9
Loading...
Searching...
No Matches
Bonmin::BonCbcFullNodeInfo Class Reference

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

#include <BonCbcNode.hpp>

+ Inheritance diagram for Bonmin::BonCbcFullNodeInfo:
+ Collaboration diagram for Bonmin::BonCbcFullNodeInfo:

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.
 

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

◆ BonCbcFullNodeInfo() [1/3]

Bonmin::BonCbcFullNodeInfo::BonCbcFullNodeInfo ( )

◆ BonCbcFullNodeInfo() [2/3]

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

◆ BonCbcFullNodeInfo() [3/3]

Bonmin::BonCbcFullNodeInfo::BonCbcFullNodeInfo ( const BonCbcFullNodeInfo & )

◆ ~BonCbcFullNodeInfo()

Bonmin::BonCbcFullNodeInfo::~BonCbcFullNodeInfo ( )

Member Function Documentation

◆ clone()

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

Clone.

◆ allBranchesGone()

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

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

◆ getSequenceOfInfeasiblesSize()

int Bonmin::BonCbcFullNodeInfo::getSequenceOfInfeasiblesSize ( )
inline

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

Definition at line 53 of file BonCbcNode.hpp.

◆ getSequenceOfUnsolvedSize()

int Bonmin::BonCbcFullNodeInfo::getSequenceOfUnsolvedSize ( )
inline

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

Definition at line 58 of file BonCbcNode.hpp.

◆ registerOptions()

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

Register all the options for class instance.

Friends And Related Symbol Documentation

◆ BonCbcPartialNodeInfo

friend class BonCbcPartialNodeInfo
friend

Definition at line 32 of file BonCbcNode.hpp.


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