BM_node Class Reference

#include <BM.hpp>

Inheritance diagram for BM_node:

Inheritance graph
[legend]
Collaboration diagram for BM_node:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BM_node ()
 BM_node (BCP_buffer &buf)
 ~BM_node ()
void pack (BCP_buffer &buf) const

Public Attributes

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

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.

References numNlpFailed_, and BCP_buffer::unpack().

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.

References numNlpFailed_, and BCP_buffer::pack().

Referenced by BM_pack::pack_user_data().


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.

Referenced by BM_node(), BM_tm::create_root(), BM_lp::initialize_new_search_tree_node(), pack(), and BM_lp::set_user_data_for_children().


The documentation for this class was generated from the following file:
Generated on Thu Oct 8 03:07:47 2009 by  doxygen 1.4.7