Parameters with prefix decomposition. More...
Variables | |
constexpr Param< bool > | APPLYBENDERS { "decomposition/applybenders" } |
if a decomposition exists, should Benders' decomposition be applied? | |
constexpr Param< bool > | BENDERSLABELS { "decomposition/benderslabels" } |
should the variables be labelled for the application of Benders' decomposition? | |
constexpr Param< bool > | DISABLEMEASURES { "decomposition/disablemeasures" } |
disable expensive measures | |
constexpr Param< int > | MAXGRAPHEDGE { "decomposition/maxgraphedge" } |
maximum number of edges in block graph computation (-1: no limit, 0: disable block graph computation) | |
Parameters with prefix decomposition.
|
constexpr |
if a decomposition exists, should Benders' decomposition be applied?
Definition at line 2059 of file parameters.hpp.
|
constexpr |
should the variables be labelled for the application of Benders' decomposition?
Definition at line 2057 of file parameters.hpp.
|
constexpr |
disable expensive measures
Definition at line 2063 of file parameters.hpp.
|
constexpr |
maximum number of edges in block graph computation (-1: no limit, 0: disable block graph computation)
Definition at line 2061 of file parameters.hpp.