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

ai.timefold.solver.python.logging.PythonLoggingEvent 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 core implementation of the Python solver.

The newest version!
package ai.timefold.solver.python.logging;

public record PythonLoggingEvent(PythonLogLevel level, String message) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy