All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.timefold.solver.benchmark.impl.statistic.ChartProvider Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.16.0
Show newest version
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