Definition in file mt_types.h.
#include "cplex.h"
#include "EGlib.h"
Include dependency graph for mt_types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | MTccbk_info_t |
| structure holding basic calllback information, used to control callback behavior and statistic More... | |
| struct | MTcut_t |
| structure to hold a cut More... | |
| struct | MTcutHeap_t |
| simple structure (based on heaps) that holds up to certain number of cuts, and keep (acording to a criteria) the best ones. More... | |
| struct | MTcutHeapCn_t |
| basic conector for the cut heap More... | |
| struct | MTcutHeapControl_t |
| configuration strucutre for MTcutHeap_t More... | |
| struct | MTgomory_ccbk_t |
| structure holding the working information for the all callbacks function More... | |
| struct | MTlp_t |
| formulation description for a problem More... | |
| struct | MTns_ccbk_t |
| information for node solve callback More... | |
| struct | MTrowmatrix_t |
| structure holding a compresed matrix in row form More... | |
| struct | MTsol_t |
| structure to hold a solution to an LP More... | |
Enumerations | |
| enum | MTcutSelection_t { MTcsRAW, MTcsVIOL, MTcsINVLINF, MTcsINVL2, MTcsDefault = MTcsRAW } |
| types of cut score functions More... | |
1.4.6