Tracker Column
data class TrackerColumn(val headerName: String, val stringifier: (SolverStateSnapshot, TrackingContext) -> String)(source)
Defines a single column for a structured, string-based tracker output (like CSV).
Properties
Link copied to clipboard
The title of the column to be printed in the header row.
Link copied to clipboard
A function that extracts and formats data from either the mathematical SolverStateSnapshot or the tracker's TrackingContext.