Definition at line 69 of file presolve.c.
Data Fields | |
| EGlpNum_t | coef |
| int | col |
| char | coltype |
| char | del |
| char | mark |
| int | row |
| EGlpNum_t edge::coef |
Definition at line 76 of file presolve.c.
Referenced by build_graph(), dump_graph(), duplicate_cols(), duplicate_rows(), forcing_constraints(), free_graph(), get_implied_rhs_bounds(), get_implied_variable_bounds(), grab_lp_info(), set_fixed_variable(), singleton_columns(), and singleton_rows().
| int edge::col |
Definition at line 72 of file presolve.c.
Referenced by dump_graph(), duplicate_cols(), forcing_constraints(), get_implied_rhs_bounds(), singleton_columns(), and singleton_rows().
| char edge::coltype |
| char edge::del |
Definition at line 75 of file presolve.c.
Referenced by duplicate_cols(), duplicate_rows(), forcing_constraints(), get_implied_rhs_bounds(), grab_lp_line(), set_fixed_variable(), singleton_columns(), and singleton_rows().
| char edge::mark |
Definition at line 74 of file presolve.c.
| int edge::row |
Definition at line 71 of file presolve.c.
Referenced by dump_graph(), duplicate_rows(), get_implied_variable_bounds(), grab_lp_info(), set_fixed_variable(), and singleton_rows().
1.4.7