MTccbk_info_t Struct Reference
[Multiple Tableau Gomory Cuts]

#include <mt_types.h>


Detailed Description

structure holding basic calllback information, used to control callback behavior and statistic

Definition at line 92 of file mt_types.h.

Data Fields

size_t added_cuts
 total added cuts
int cut_style
 how we add cuts, 1 for adding cuts for 1-k tableaus-rows, 0 for adding cuts only for k tableaus-rows
int max_cpr
 maximum number of cuts to add in each round of cut generation
size_t max_cuts
 maximum number of cuts to add per node
int max_rows
 maximum number of row-tableaus to use
size_t node_cnt
 ID of last node visited.
size_t node_cuts
 counter of cuts added at the current node
int root_only
 if non-zero, add cuts at root node only
double root_val
 store the best root value seen
int use_cuts
 if non-zero, allow the cut process


Field Documentation

size_t MTccbk_info_t::added_cuts
 

total added cuts

Definition at line 96 of file mt_types.h.

int MTccbk_info_t::cut_style
 

how we add cuts, 1 for adding cuts for 1-k tableaus-rows, 0 for adding cuts only for k tableaus-rows

Definition at line 103 of file mt_types.h.

int MTccbk_info_t::max_cpr
 

maximum number of cuts to add in each round of cut generation

Definition at line 101 of file mt_types.h.

size_t MTccbk_info_t::max_cuts
 

maximum number of cuts to add per node

Definition at line 100 of file mt_types.h.

int MTccbk_info_t::max_rows
 

maximum number of row-tableaus to use

Definition at line 102 of file mt_types.h.

size_t MTccbk_info_t::node_cnt
 

ID of last node visited.

Definition at line 94 of file mt_types.h.

size_t MTccbk_info_t::node_cuts
 

counter of cuts added at the current node

Definition at line 95 of file mt_types.h.

int MTccbk_info_t::root_only
 

if non-zero, add cuts at root node only

Definition at line 98 of file mt_types.h.

double MTccbk_info_t::root_val
 

store the best root value seen

Definition at line 97 of file mt_types.h.

int MTccbk_info_t::use_cuts
 

if non-zero, allow the cut process

Definition at line 99 of file mt_types.h.


The documentation for this struct was generated from the following file:
Generated on Mon Oct 26 09:16:58 2009 for MTgomory by  doxygen 1.4.6