Parameters with prefix write. More...
Variables | |
| constexpr Param< bool > | ALLCONSS { "write/allconss" } |
| should all constraints be written (including the redundant constraints)? | |
| constexpr Param< int > | GENERICNAMESOFFSET { "write/genericnamesoffset" } |
| when writing a generic problem the index for the first variable should start with? | |
| constexpr Param< int > | IMPLINTLEVEL { "write/implintlevel" } |
| should integrality constraints (i.c.) be written for implied integral variables? (0: use original i.c., 1: add i.c. | |
| constexpr Param< bool > | PRINTZEROS { "write/printzeros" } |
| should variables set to zero be printed? | |
Parameters with prefix write.
|
constexpr |
should all constraints be written (including the redundant constraints)?
Definition at line 7510 of file parameters.hpp.
|
constexpr |
when writing a generic problem the index for the first variable should start with?
Definition at line 7514 of file parameters.hpp.
|
constexpr |
should integrality constraints (i.c.) be written for implied integral variables? (0: use original i.c., 1: add i.c.
to strongly implied integral vars, 2: add i.c. to all implied integral vars, -1: remove i.c. from strongly implied integral vars, -2: remove i.c. from all implied integral vars)
Definition at line 7518 of file parameters.hpp.
|
constexpr |
should variables set to zero be printed?
Definition at line 7512 of file parameters.hpp.