DyLP
1.10.4
|
Drop/reinsert empty rows/columns. More...
Go to the source code of this file.
Classes | |
class | drop_empty_cols_action |
Physically removes empty columns in presolve, and reinserts empty columns in postsolve. More... | |
struct | drop_empty_cols_action::action |
class | drop_empty_rows_action |
Physically removes empty rows in presolve, and reinserts empty rows in postsolve. More... | |
struct | drop_empty_rows_action::action |
Variables | |
const int | DROP_ROW = 3 |
const int | DROP_COL = 4 |
Drop/reinsert empty rows/columns.
Definition in file CoinPresolveEmpty.hpp.
const int DROP_ROW = 3 |
Definition at line 14 of file CoinPresolveEmpty.hpp.
const int DROP_COL = 4 |
Definition at line 15 of file CoinPresolveEmpty.hpp.