#include <mt_types.h>
Definition at line 108 of file mt_types.h.
Data Fields | |
| char * | cfix |
| U for fixed at upper bound, L for fixed at lower bound, F for free (not fixed). | |
| int * | cstat |
| used to store current basis | |
| size_t | csz |
| size of col-related arrays | |
| double * | dj |
| space of reduced costs | |
| double * | lb |
| LP lower bounds. | |
| size_t | loops |
| rounds of extra LP optimization performed | |
| int * | matind |
| matind for constraints | |
| double * | matval |
| matval for constraints | |
| size_t | ncalls |
| count number of calls to the function | |
| size_t | nzrd |
| number of zero reduced costs found | |
| double * | oobj |
| dual LP norms | |
| double * | pi |
| space for dual solution | |
| char * | rfix |
| U for fixed at upper bound, L for fixed at lower bound, F for free (not fixed). | |
| int * | rstat |
| used to store current basis | |
| size_t | rsz |
| size of row-related arrays | |
| char * | sense |
| LP inequalities sense. | |
| double * | ub |
| LP upper bounds. | |
| double * | x0 |
| Initial LP solution. | |
| double * | x1 |
| final LP solution | |
| double | xdiff |
| accumulated difference between solutions | |
|
|
U for fixed at upper bound, L for fixed at lower bound, F for free (not fixed).
Definition at line 118 of file mt_types.h. |
|
|
used to store current basis
Definition at line 123 of file mt_types.h. |
|
|
size of col-related arrays
Definition at line 114 of file mt_types.h. |
|
|
space of reduced costs
Definition at line 120 of file mt_types.h. |
|
|
LP lower bounds.
Definition at line 127 of file mt_types.h. |
|
|
rounds of extra LP optimization performed
Definition at line 111 of file mt_types.h. |
|
|
matind for constraints
Definition at line 124 of file mt_types.h. |
|
|
matval for constraints
Definition at line 125 of file mt_types.h. |
|
|
count number of calls to the function
Definition at line 112 of file mt_types.h. |
|
|
number of zero reduced costs found
Definition at line 113 of file mt_types.h. |
|
|
dual LP norms
Definition at line 126 of file mt_types.h. |
|
|
space for dual solution
Definition at line 121 of file mt_types.h. |
|
|
U for fixed at upper bound, L for fixed at lower bound, F for free (not fixed).
Definition at line 116 of file mt_types.h. |
|
|
used to store current basis
Definition at line 122 of file mt_types.h. |
|
|
size of row-related arrays
Definition at line 115 of file mt_types.h. |
|
|
LP inequalities sense.
Definition at line 131 of file mt_types.h. |
|
|
LP upper bounds.
Definition at line 128 of file mt_types.h. |
|
|
Initial LP solution.
Definition at line 129 of file mt_types.h. |
|
|
final LP solution
Definition at line 130 of file mt_types.h. |
|
|
accumulated difference between solutions
Definition at line 110 of file mt_types.h. |
1.4.6