timefold-solver-tools-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-tools-parent</artifactId>
<version>2.4.0-rc-1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ai.timefold.solver</groupId>
<artifactId>timefold-solver-build-parent</artifactId>
<version>2.4.0-rc-1</version>
<relativePath>../build/build-parent/pom.xml</relativePath>
</parent>
<artifactId>timefold-solver-tools-parent</artifactId>
<packaging>pom</packaging>
<name>Timefold Solver Tools Parent</name>
<description>
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 tools modules.
</description>
<url>https://solver.timefold.ai</url>
<modules>
<module>benchmark</module>
<module>benchmark-aggregator</module>
<module>migration</module>
</modules>
</project>