Uses of Enum Class
org.ddolib.util.verbosity.VerbosityLevel
Packages that use VerbosityLevel
Package
Description
This package contains the interfaces and abstract classes that must be implemented as problem
specific classes to model a problem.It also contains default implementation.
This package contains util stuff related the verbose mode.
-
Uses of VerbosityLevel in org.ddolib.modeling
Methods in org.ddolib.modeling that return VerbosityLevelModifier and TypeMethodDescriptiondefault VerbosityLevelModel.verbosityLevel()Returns the verbosity level of the solver when this model is executed. -
Uses of VerbosityLevel in org.ddolib.util.verbosity
Methods in org.ddolib.util.verbosity that return VerbosityLevelModifier and TypeMethodDescriptionstatic VerbosityLevelReturns the enum constant of this class with the specified name.static VerbosityLevel[]VerbosityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ddolib.util.verbosity with parameters of type VerbosityLevelModifierConstructorDescriptionVerboseMode(VerbosityLevel verbosityLevel, long printInterval) Creates aVerboseModeinstance with a given verbosity level and interval for printing frontier statistics.