Public Member Functions | Public Attributes | List of all members
BM_node Class Reference

#include <BM.hpp>

Inheritance diagram for BM_node:
Inheritance graph
[legend]
Collaboration diagram for BM_node:
Collaboration graph
[legend]

Public Member Functions

 BM_node ()
 
 BM_node (BCP_buffer &buf)
 
 ~BM_node ()
 
void pack (BCP_buffer &buf) const
 
- Public Member Functions inherited from BCP_user_data
virtual ~BCP_user_data ()
 

Public Attributes

int numNlpFailed_
 A counter for how many times in a row did the NLP code fail. More...
 

Detailed Description

Definition at line 26 of file BM.hpp.

Constructor & Destructor Documentation

BM_node::BM_node ( )
inline

Definition at line 34 of file BM.hpp.

BM_node::BM_node ( BCP_buffer buf)
inline

Definition at line 35 of file BM.hpp.

BM_node::~BM_node ( )
inline

Definition at line 38 of file BM.hpp.

Member Function Documentation

void BM_node::pack ( BCP_buffer buf) const
inline

Definition at line 40 of file BM.hpp.

Member Data Documentation

int BM_node::numNlpFailed_

A counter for how many times in a row did the NLP code fail.

When the NLP fails we branch; hopefully it'll be OK in the children. If it fails too many times in a row then we fathom the node: it's hopelessly difficult.

Definition at line 32 of file BM.hpp.


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