ai.timefold.solver.benchmark.impl.statistic.ChartProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timefold-solver-benchmark Show documentation
Show all versions of timefold-solver-benchmark Show documentation
Timefold solves planning problems.
This lightweight, embeddable planning engine implements powerful and scalable algorithms
to optimize business resource scheduling and planning.
This module contains the benchmarker toolkit.
package ai.timefold.solver.benchmark.impl.statistic;
import java.util.List;
import ai.timefold.solver.benchmark.impl.report.BenchmarkReport;
import ai.timefold.solver.benchmark.impl.report.Chart;
public interface ChartProvider {
void createChartList(BenchmarkReport benchmarkReport);
/**
*
* @return null unless {@link #createChartList(BenchmarkReport)} was called
*/
List getChartList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy