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

ai.timefold.solver.benchmark.config.package-info 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
/**
 * Classes which represent the XML Benchmark configuration of Timefold Benchmark.
 * 

* The XML Benchmark configuration is backwards compatible for all elements, * except for elements that require the use of non-public API classes. */ @XmlSchema( namespace = PlannerBenchmarkConfig.XML_NAMESPACE, elementFormDefault = XmlNsForm.QUALIFIED, xmlns = { @XmlNs(namespaceURI = SolverConfig.XML_NAMESPACE, prefix = PlannerBenchmarkConfig.SOLVER_NAMESPACE_PREFIX) }) package ai.timefold.solver.benchmark.config; import jakarta.xml.bind.annotation.XmlNs; import jakarta.xml.bind.annotation.XmlNsForm; import jakarta.xml.bind.annotation.XmlSchema; import ai.timefold.solver.core.config.solver.SolverConfig;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy