SCIP++ refs/heads/main
 
Loading...
Searching...
No Matches
scippp::params::VISUAL Namespace Reference

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
 

Detailed Description

Parameters with prefix visual.

Variable Documentation

◆ BAKFILENAME

constexpr Param<std::string> scippp::params::VISUAL::BAKFILENAME { "visual/bakfilename" }
constexpr

name of the BAK tool output file, or - if no BAK tool output should be created

Definition at line 6625 of file parameters.hpp.

◆ DISPLB

constexpr Param<bool> scippp::params::VISUAL::DISPLB { "visual/displb" }
constexpr

should lower bound information be visualized?

Definition at line 6631 of file parameters.hpp.

◆ DISPSOLS

constexpr Param<bool> scippp::params::VISUAL::DISPSOLS { "visual/dispsols" }
constexpr

should the node where solutions are found be visualized?

Definition at line 6629 of file parameters.hpp.

◆ OBJEXTERN

constexpr Param<bool> scippp::params::VISUAL::OBJEXTERN { "visual/objextern" }
constexpr

should be output the external value of the objective?

Definition at line 6633 of file parameters.hpp.

◆ REALTIME

constexpr Param<bool> scippp::params::VISUAL::REALTIME { "visual/realtime" }
constexpr

should the real solving time be used instead of a time step counter in visualization?

Definition at line 6627 of file parameters.hpp.

◆ VBCFILENAME

constexpr Param<std::string> scippp::params::VISUAL::VBCFILENAME { "visual/vbcfilename" }
constexpr

name of the VBC tool output file, or - if no VBC tool output should be created

Definition at line 6623 of file parameters.hpp.