Data Frame Solver State Tracker
class DataFrameSolverStateTracker(solver: Solver, columns: List<DataFrameColumn> = defaultColumns) : AbstractSolverStateTracker(source)
An autonomous tracker that collects iterations in memory and compiles them into a strongly-typed DataFrame. If the solver is executed multiple times, this tracker accumulates the data and rebuilds the DataFrame to include all consecutive runs.