MTgomory_ccbk_t Struct Reference
[Multiple Tableau Gomory Cuts]

#include <mt_types.h>

Collaboration diagram for MTgomory_ccbk_t:

Collaboration graph
[legend]

Detailed Description

structure holding the working information for the all callbacks function

Definition at line 198 of file mt_types.h.

Data Fields

double * base
 array of size MTgomory_ccbk_t::rowsz
int colsz
 reserved col-space in the structure
MTcut_t cut
 structure to hold a resulting cut
MTcutHeap_t cuth
 structure holding a cut-heap for acumulation
double * extcut
 array of size MTgomory_ccbk_t::colsz
double * f
 array of size MTgomory_ccbk_t::rowsz
MTccbk_info_t info
 Basic callback control.
MTlp_t lp
 LP description of the node.
int rowsz
 reserved row-space in the structure
MTsol_t sol
 current node solution
MTrowmatrix_t tb
 store the current tableau (extended format, with logicals included)
double * work
 array of size MTgomory_ccbk_t::colsz+1


Field Documentation

double* MTgomory_ccbk_t::base
 

array of size MTgomory_ccbk_t::rowsz

Definition at line 204 of file mt_types.h.

int MTgomory_ccbk_t::colsz
 

reserved col-space in the structure

Definition at line 201 of file mt_types.h.

MTcut_t MTgomory_ccbk_t::cut
 

structure to hold a resulting cut

Definition at line 207 of file mt_types.h.

MTcutHeap_t MTgomory_ccbk_t::cuth
 

structure holding a cut-heap for acumulation

Definition at line 212 of file mt_types.h.

double* MTgomory_ccbk_t::extcut
 

array of size MTgomory_ccbk_t::colsz

Definition at line 203 of file mt_types.h.

double* MTgomory_ccbk_t::f
 

array of size MTgomory_ccbk_t::rowsz

Definition at line 205 of file mt_types.h.

MTccbk_info_t MTgomory_ccbk_t::info
 

Basic callback control.

Definition at line 211 of file mt_types.h.

MTlp_t MTgomory_ccbk_t::lp
 

LP description of the node.

Definition at line 210 of file mt_types.h.

int MTgomory_ccbk_t::rowsz
 

reserved row-space in the structure

Definition at line 200 of file mt_types.h.

MTsol_t MTgomory_ccbk_t::sol
 

current node solution

Definition at line 206 of file mt_types.h.

MTrowmatrix_t MTgomory_ccbk_t::tb
 

store the current tableau (extended format, with logicals included)

Definition at line 208 of file mt_types.h.

double* MTgomory_ccbk_t::work
 

array of size MTgomory_ccbk_t::colsz+1

Definition at line 202 of file mt_types.h.


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