VerbosityLvl

org.ddolibscala.util.VerbosityLvl

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case Export extends VerbosityLvl

Same that Large but saves the logs into logs.txt file.

Same that Large but saves the logs into logs.txt file.

Attributes

case Large extends VerbosityLvl

Displays detailed runtime information for debugging or analysis purposes.

Displays detailed runtime information for debugging or analysis purposes.

In this mode, the solver outputs:

  • A message whenever a new best objective is found.
  • Periodic statistics about the search frontier (approximately every 0.5 seconds)
  • Information about each developed subproblem as the search progresses

This mode provides the highest level of detail and is useful for performance analysis and algorithmic tuning.

Attributes

case Normal extends VerbosityLvl

Displays important progress updates.

Displays important progress updates.

In this mode, the solver prints a message each time a new best objective value is found during the search.

Attributes

case Silent extends VerbosityLvl

No output is produced.

No output is produced.

This mode is intended for fully silent execution, where performance measurements or logs are not required.

Attributes