Skip to main content

Crate solverforge_console

Crate solverforge_console 

Source
Expand description

Colorful console output for solver metrics.

Provides a custom tracing layer that formats solver events with colors.

§Log Levels

  • INFO: Lifecycle events (solving/phase start/end)
  • DEBUG: Progress updates (1/sec with speed and score)
  • TRACE: Individual step evaluations

Structs§

SolverConsoleLayer
A tracing layer that formats solver events with colors.

Functions§

init
Initializes the solver console output.