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

olver.timefold-solver-python-core.1.14.0.source-code.logback.xml 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!
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <statusListener class="ch.qos.logback.core.status.NopStatusListener" />
  <appender name="pythonDelegateAppender" class="ai.timefold.solver.python.logging.PythonDelegateAppender"/>

  <logger name="ai.timefold" level="${logback.level.ai.timefold:-info}"/>

  <root level="warn">
    <appender-ref ref="pythonDelegateAppender" />
  </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy