#include <rawlp.h>
Collaboration diagram for colptr:

Definition at line 111 of file rawlp.h.
Data Fields | |
| EGlpNum_t | coef |
| colptr * | next |
| int | this_val |
| EGlpNum_t colptr::coef |
Definition at line 113 of file rawlp.h.
Referenced by fill_matrix(), ILLcolptralloc(), ILLfree_rawlpdata(), ILLprint_rawlpdata(), ILLraw_add_col_coef(), ILLraw_add_ranges_coef(), transferObjective(), and transferRanges().
| struct colptr* colptr::next |
Definition at line 114 of file rawlp.h.
Referenced by buildMatrix(), fill_matrix(), ILLfree_rawlpdata(), ILLprint_rawlpdata(), ILLraw_add_col_coef(), ILLraw_add_ranges_coef(), ILLraw_clear_matrix(), transferObjective(), transferRanges(), and whichColsAreUsed().
| int colptr::this_val |
Definition at line 115 of file rawlp.h.
Referenced by buildMatrix(), fill_matrix(), ILLprint_rawlpdata(), ILLraw_add_col_coef(), ILLraw_add_ranges_coef(), transferObjective(), transferRanges(), and whichColsAreUsed().
1.4.7