
Definition at line 102 of file mpf_presolve.c.
Data Fields | |
| mpf_edge ** | adjspace |
| mpf_node * | cols |
| int | ecount |
| mpf_edge * | edgelist |
| ILLptrworld | intptrworld |
| int | ncols |
| int | nrows |
| int | nzcount |
| int | objsense |
| mpf_node * | rows |
Definition at line 111 of file mpf_presolve.c.
Referenced by mpf_build_graph(), mpf_free_graph(), and mpf_init_graph().
| struct mpf_node* mpf_graph::cols |
Definition at line 106 of file mpf_presolve.c.
Referenced by mpf_build_graph(), mpf_dump_graph(), mpf_duplicate_cols(), mpf_duplicate_rows(), mpf_empty_columns(), mpf_fixed_variables(), mpf_forcing_constraints(), mpf_free_graph(), mpf_get_implied_rhs_bounds(), mpf_get_implied_variable_bounds(), mpf_grab_lp_info(), mpf_grab_lp_line(), mpf_init_graph(), mpf_set_fixed_variable(), mpf_singleton_columns(), and mpf_singleton_rows().
Definition at line 107 of file mpf_presolve.c.
Referenced by mpf_dump_graph(), and mpf_init_graph().
Definition at line 104 of file mpf_presolve.c.
Referenced by mpf_build_graph(), mpf_free_graph(), and mpf_init_graph().
Definition at line 112 of file mpf_presolve.c.
Referenced by mpf_free_graph(), mpf_init_graph(), and mpf_singleton_rows().
| int mpf_graph::ncols |
Definition at line 109 of file mpf_presolve.c.
Referenced by mpf_dump_graph(), mpf_duplicate_cols(), mpf_duplicate_rows(), mpf_empty_columns(), mpf_fixed_variables(), mpf_grab_lp_info(), mpf_init_graph(), and mpf_singleton_columns().
| int mpf_graph::nrows |
Definition at line 108 of file mpf_presolve.c.
Referenced by mpf_dump_graph(), mpf_duplicate_cols(), mpf_duplicate_rows(), mpf_forcing_constraints(), mpf_grab_lp_info(), mpf_init_graph(), and mpf_singleton_rows().
Definition at line 110 of file mpf_presolve.c.
Referenced by mpf_build_graph(), and mpf_free_graph().
Definition at line 113 of file mpf_presolve.c.
Referenced by mpf_build_graph(), and mpf_empty_columns().
| struct mpf_node* mpf_graph::rows |
Definition at line 105 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_grab_lp_line(), mpf_init_graph(), mpf_set_fixed_variable(), mpf_singleton_columns(), and mpf_singleton_rows().
1.4.7