Parameters with prefix pricing. More...
Variables | |
constexpr Param< double > | ABORTFAC { "pricing/abortfac" } |
pricing is aborted, if fac * pricing/maxvars pricing candidates were found | |
constexpr Param< bool > | DELVARS { "pricing/delvars" } |
should variables created at the current node be deleted when the node is solved in case they are not present in the LP anymore? | |
constexpr Param< bool > | DELVARSROOT { "pricing/delvarsroot" } |
should variables created at the root node be deleted when the root is solved in case they are not present in the LP anymore? | |
constexpr Param< int > | MAXVARS { "pricing/maxvars" } |
maximal number of variables priced in per pricing round | |
constexpr Param< int > | MAXVARSROOT { "pricing/maxvarsroot" } |
maximal number of priced variables at the root node | |
Parameters with prefix pricing.
|
constexpr |
pricing is aborted, if fac * pricing/maxvars pricing candidates were found
Definition at line 5404 of file parameters.hpp.
|
constexpr |
should variables created at the current node be deleted when the node is solved in case they are not present in the LP anymore?
Definition at line 5407 of file parameters.hpp.
|
constexpr |
should variables created at the root node be deleted when the root is solved in case they are not present in the LP anymore?
Definition at line 5410 of file parameters.hpp.
|
constexpr |
maximal number of variables priced in per pricing round
Definition at line 5400 of file parameters.hpp.
|
constexpr |
maximal number of priced variables at the root node
Definition at line 5402 of file parameters.hpp.