Definition at line 69 of file mpf_presolve.c.
Data Fields | |
| mpf_t | coef |
| int | col |
| char | coltype |
| char | del |
| char | mark |
| int | row |
| mpf_t mpf_edge::coef |
Definition at line 76 of file mpf_presolve.c.
Referenced by mpf_build_graph(), mpf_dump_graph(), mpf_duplicate_cols(), mpf_duplicate_rows(), mpf_forcing_constraints(), mpf_free_graph(), mpf_get_implied_rhs_bounds(), mpf_get_implied_variable_bounds(), mpf_grab_lp_info(), mpf_set_fixed_variable(), mpf_singleton_columns(), and mpf_singleton_rows().
| int mpf_edge::col |
Definition at line 72 of file mpf_presolve.c.
Referenced by mpf_dump_graph(), mpf_duplicate_cols(), mpf_forcing_constraints(), mpf_get_implied_rhs_bounds(), mpf_singleton_columns(), and mpf_singleton_rows().
| char mpf_edge::coltype |
| char mpf_edge::del |
Definition at line 75 of file mpf_presolve.c.
Referenced by mpf_duplicate_cols(), mpf_duplicate_rows(), mpf_forcing_constraints(), mpf_get_implied_rhs_bounds(), mpf_grab_lp_line(), mpf_set_fixed_variable(), mpf_singleton_columns(), and mpf_singleton_rows().
| char mpf_edge::mark |
Definition at line 74 of file mpf_presolve.c.
| int mpf_edge::row |
Definition at line 71 of file mpf_presolve.c.
Referenced by mpf_dump_graph(), mpf_duplicate_rows(), mpf_get_implied_variable_bounds(), mpf_grab_lp_info(), mpf_set_fixed_variable(), and mpf_singleton_rows().
1.4.7