MTlp_t Struct Reference
[Multiple Tableau Gomory Cuts]

#include <mt_types.h>


Detailed Description

formulation description for a problem

Definition at line 34 of file mt_types.h.

Data Fields

char * ccspace
 column char array, size MTlp_t::ccsz
int ccsz
 column char array size
char ** colnames
 column names, size MTlp_t::cspace
int cspace
 col space reserved
int * cstat
 array of size MTlp_t::cspace
char * ctype
 array of size MTlp_t::cspace
double * lb
 lower bounds, size MTlp_t::cspace
int * matbeg
 matbeg, size MTlp_t::rspace +1
int * matind
 matind, size MTlp_t::nzspace
double * matval
 matval, size MTlp_t::nzspace
int ncols
 number of cols
int nrows
 number of rows
int nz
 number of non-zeros
int nzspace
 non-zero space reserved
char * rcspace
 row char array, size MTlp_t::rcsz
int rcsz
 row char array size
double * rhs
 rhs of rows, size MTlp_t::rspace
char ** rownames
 row names, size MTlp_t::rspace
int rspace
 row space reserved
int * rstat
 array of size MTlp_t::rspace
char * rtype
 array of dize MTlp_t::rspace
char * sense
 sense of rows, size MTlp_t::rspace
double * ub
 upper bounds, size MTlp_t::cspace


Field Documentation

char* MTlp_t::ccspace
 

column char array, size MTlp_t::ccsz

Definition at line 54 of file mt_types.h.

int MTlp_t::ccsz
 

column char array size

Definition at line 55 of file mt_types.h.

char** MTlp_t::colnames
 

column names, size MTlp_t::cspace

Definition at line 53 of file mt_types.h.

int MTlp_t::cspace
 

col space reserved

Definition at line 41 of file mt_types.h.

int* MTlp_t::cstat
 

array of size MTlp_t::cspace

Definition at line 48 of file mt_types.h.

char* MTlp_t::ctype
 

array of size MTlp_t::cspace

Definition at line 47 of file mt_types.h.

double* MTlp_t::lb
 

lower bounds, size MTlp_t::cspace

Definition at line 52 of file mt_types.h.

int* MTlp_t::matbeg
 

matbeg, size MTlp_t::rspace +1

Definition at line 46 of file mt_types.h.

int* MTlp_t::matind
 

matind, size MTlp_t::nzspace

Definition at line 49 of file mt_types.h.

double* MTlp_t::matval
 

matval, size MTlp_t::nzspace

Definition at line 50 of file mt_types.h.

int MTlp_t::ncols
 

number of cols

Definition at line 37 of file mt_types.h.

int MTlp_t::nrows
 

number of rows

Definition at line 36 of file mt_types.h.

int MTlp_t::nz
 

number of non-zeros

Definition at line 38 of file mt_types.h.

int MTlp_t::nzspace
 

non-zero space reserved

Definition at line 40 of file mt_types.h.

char* MTlp_t::rcspace
 

row char array, size MTlp_t::rcsz

Definition at line 57 of file mt_types.h.

int MTlp_t::rcsz
 

row char array size

Definition at line 58 of file mt_types.h.

double* MTlp_t::rhs
 

rhs of rows, size MTlp_t::rspace

Definition at line 43 of file mt_types.h.

char** MTlp_t::rownames
 

row names, size MTlp_t::rspace

Definition at line 56 of file mt_types.h.

int MTlp_t::rspace
 

row space reserved

Definition at line 39 of file mt_types.h.

int* MTlp_t::rstat
 

array of size MTlp_t::rspace

Definition at line 45 of file mt_types.h.

char* MTlp_t::rtype
 

array of dize MTlp_t::rspace

Definition at line 44 of file mt_types.h.

char* MTlp_t::sense
 

sense of rows, size MTlp_t::rspace

Definition at line 42 of file mt_types.h.

double* MTlp_t::ub
 

upper bounds, size MTlp_t::cspace

Definition at line 51 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