AoCHelper
AoCHelper copied to clipboard
Config option to allow for multiple runs
Would be nice if we could set a config property that would run each solution N number of times and take the average timing across those runs. Where N is the value set in config.
SolverConfiguration cfg = new();
cfg.RunCount = 20;
Solver.SolveAll(cfg);