Parameters with prefix visual. More...
Variables | |
constexpr Param< std::string > | BAKFILENAME { "visual/bakfilename" } |
name of the BAK tool output file, or - if no BAK tool output should be created | |
constexpr Param< bool > | DISPLB { "visual/displb" } |
should lower bound information be visualized? | |
constexpr Param< bool > | DISPSOLS { "visual/dispsols" } |
should the node where solutions are found be visualized? | |
constexpr Param< bool > | OBJEXTERN { "visual/objextern" } |
should be output the external value of the objective? | |
constexpr Param< bool > | REALTIME { "visual/realtime" } |
should the real solving time be used instead of a time step counter in visualization? | |
constexpr Param< std::string > | VBCFILENAME { "visual/vbcfilename" } |
name of the VBC tool output file, or - if no VBC tool output should be created | |
Parameters with prefix visual.
|
constexpr |
name of the BAK tool output file, or - if no BAK tool output should be created
Definition at line 7201 of file parameters.hpp.
|
constexpr |
should lower bound information be visualized?
Definition at line 7207 of file parameters.hpp.
|
constexpr |
should the node where solutions are found be visualized?
Definition at line 7205 of file parameters.hpp.
|
constexpr |
should be output the external value of the objective?
Definition at line 7209 of file parameters.hpp.
|
constexpr |
should the real solving time be used instead of a time step counter in visualization?
Definition at line 7203 of file parameters.hpp.
|
constexpr |
name of the VBC tool output file, or - if no VBC tool output should be created
Definition at line 7199 of file parameters.hpp.