Definition at line 69 of file mpq_presolve.c.
Data Fields | |
| mpq_t | coef |
| int | col |
| char | coltype |
| char | del |
| char | mark |
| int | row |
| mpq_t mpq_edge::coef |
Definition at line 76 of file mpq_presolve.c.
Referenced by mpq_build_graph(), mpq_dump_graph(), mpq_duplicate_cols(), mpq_duplicate_rows(), mpq_forcing_constraints(), mpq_free_graph(), mpq_get_implied_rhs_bounds(), mpq_get_implied_variable_bounds(), mpq_grab_lp_info(), mpq_set_fixed_variable(), mpq_singleton_columns(), and mpq_singleton_rows().
| int mpq_edge::col |
Definition at line 72 of file mpq_presolve.c.
Referenced by mpq_dump_graph(), mpq_duplicate_cols(), mpq_forcing_constraints(), mpq_get_implied_rhs_bounds(), mpq_singleton_columns(), and mpq_singleton_rows().
| char mpq_edge::coltype |
| char mpq_edge::del |
Definition at line 75 of file mpq_presolve.c.
Referenced by mpq_duplicate_cols(), mpq_duplicate_rows(), mpq_forcing_constraints(), mpq_get_implied_rhs_bounds(), mpq_grab_lp_line(), mpq_set_fixed_variable(), mpq_singleton_columns(), and mpq_singleton_rows().
| char mpq_edge::mark |
Definition at line 74 of file mpq_presolve.c.
| int mpq_edge::row |
Definition at line 71 of file mpq_presolve.c.
Referenced by mpq_dump_graph(), mpq_duplicate_rows(), mpq_get_implied_variable_bounds(), mpq_grab_lp_info(), mpq_set_fixed_variable(), and mpq_singleton_rows().
1.4.7