#include <mt_types.h>
Collaboration diagram for MTgomory_ccbk_t:

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 | |
|
|
array of size MTgomory_ccbk_t::rowsz
Definition at line 204 of file mt_types.h. |
|
|
reserved col-space in the structure
Definition at line 201 of file mt_types.h. |
|
|
structure to hold a resulting cut
Definition at line 207 of file mt_types.h. |
|
|
structure holding a cut-heap for acumulation
Definition at line 212 of file mt_types.h. |
|
|
array of size MTgomory_ccbk_t::colsz
Definition at line 203 of file mt_types.h. |
|
|
array of size MTgomory_ccbk_t::rowsz
Definition at line 205 of file mt_types.h. |
|
|
Basic callback control.
Definition at line 211 of file mt_types.h. |
|
|
LP description of the node.
Definition at line 210 of file mt_types.h. |
|
|
reserved row-space in the structure
Definition at line 200 of file mt_types.h. |
|
|
current node solution
Definition at line 206 of file mt_types.h. |
|
|
store the current tableau (extended format, with logicals included)
Definition at line 208 of file mt_types.h. |
|
|
array of size MTgomory_ccbk_t::colsz+1
Definition at line 202 of file mt_types.h. |
1.4.6