
Definition at line 102 of file presolve.c.
Data Fields | |
| edge ** | adjspace |
| node * | cols |
| int | ecount |
| edge * | edgelist |
| ILLptrworld | intptrworld |
| int | ncols |
| int | nrows |
| int | nzcount |
| int | objsense |
| node * | rows |
Definition at line 111 of file presolve.c.
Referenced by build_graph(), free_graph(), and init_graph().
| struct node* graph::cols |
Definition at line 106 of file presolve.c.
Referenced by build_graph(), dump_graph(), duplicate_cols(), duplicate_rows(), empty_columns(), fixed_variables(), forcing_constraints(), free_graph(), get_implied_rhs_bounds(), get_implied_variable_bounds(), grab_lp_info(), grab_lp_line(), init_graph(), set_fixed_variable(), singleton_columns(), and singleton_rows().
| int graph::ecount |
Definition at line 104 of file presolve.c.
Referenced by build_graph(), free_graph(), and init_graph().
Definition at line 112 of file presolve.c.
Referenced by free_graph(), init_graph(), and singleton_rows().
| int graph::ncols |
Definition at line 109 of file presolve.c.
Referenced by dump_graph(), duplicate_cols(), duplicate_rows(), empty_columns(), fixed_variables(), grab_lp_info(), init_graph(), and singleton_columns().
| int graph::nrows |
Definition at line 108 of file presolve.c.
Referenced by dump_graph(), duplicate_cols(), duplicate_rows(), forcing_constraints(), grab_lp_info(), init_graph(), and singleton_rows().
| int graph::nzcount |
| int graph::objsense |
| struct node* graph::rows |
Definition at line 105 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(), grab_lp_line(), init_graph(), set_fixed_variable(), singleton_columns(), and singleton_rows().
1.4.7