:projectKey: ai.timefold:timefold-solver :sonarBadge: image:https://sonarcloud.io/api/project_badges/measure?project={projectKey} :sonarLink: link="https://sonarcloud.io/dashboard?id={projectKey}"
:branch: main
image::docs/src/modules/ROOT/images/shared/timefold-logo.png[link="https://timefold.ai",Timefold,align="center"]
轻松实现规划优化。 + https://timefold.ai[timefold.ai]
image:https://img.shields.io/maven-central/v/ai.timefold.solver/timefold-solver-bom?logo=apache-maven&style=for-the-badge["Maven构件", link="https://ossindex.sonatype.org/component/pkg:maven/ai.timefold.solver/timefold-solver-bom"] image:https://img.shields.io/github/license/TimefoldAI/timefold-solver?style=for-the-badge&logo=apache["许可证", link="https://www.apache.org/licenses/LICENSE-2.0"] image:https://img.shields.io/badge/Java-17+-brightgreen.svg?style=for-the-badge["JVM支持", link="https://sdkman.io"] image:https://img.shields.io/github/commit-activity/m/TimefoldAI/timefold-solver?label=commits&style=for-the-badge["提交活动", link="https://github.com/TimefoldAI/timefold-solver/pulse"]
image:https://img.shields.io/badge/stackoverflow-ask_question-orange.svg?logo=stackoverflow&style=for-the-badge["Stackoverflow", link="https://stackoverflow.com/questions/tagged/timefold"] image:https://img.shields.io/github/discussions/TimefoldAI/timefold-solver?style=for-the-badge&logo=github["GitHub讨论", link="https://github.com/TimefoldAI/timefold-solver/discussions"] image:https://img.shields.io/github/issues/TimefoldAI/timefold-solver?style=for-the-badge&logo=github["GitHub问题", link="https://github.com/TimefoldAI/timefold-solver/issues"]
{sonarBadge}&style=for-the-badge&metric=reliability_rating["可靠性评级", {sonarLink}] {sonarBadge}&metric=security_rating["安全性评级", {sonarLink}] {sonarBadge}&metric=sqale_rating["可维护性评级", {sonarLink}] {sonarBadge}&metric=coverage["覆盖率", {sonarLink}]
Timefold Solver是从OptaPlanner演变而来的优化引擎。由原OptaPlanner团队开发,我们的目标是让世界摆脱浪费性规划。
本README介绍的是Java版Timefold Solver。我们还有一个https://github.com/TimefoldAI/timefold-solver/tree/main/python#readme[Python版Timefold Solver]。
== Timefold Solver入门
== 从源代码构建
. 安装JDK 17+和Maven 3.9+,例如使用https://sdkman.io[Sdkman]: +
$ sdk install java $ sdk install maven
. Git克隆此仓库: +
$ git clone https://github.com/TimefoldAI/timefold-solver.git $ cd timefold-solver
. 从源代码构建: +
$ mvn clean install -Dquickly
== 贡献
这是一个开源项目,我们非常欢迎您的贡献!更多信息,请参阅link:CONTRIBUTING.adoc[贡献]。
== 版本
Timefold Solver有两个版本:
- Timefold Solver社区版(CE)(本仓库)。
- https://timefold.ai/pricing[Timefold Solver企业版(EE)],Timefold Solver的许可版本。
=== Timefold Solver企业版(EE)的主要特性
- 多线程求解: 通过多线程求解功能提升性能。
- 邻近选择: 更快地获得更好的解决方案,尤其适用于空间问题。
- 专门支持: 获得Timefold团队针对您所有问题和需求的直接支持。
=== 许可和使用
与本仓库中ASL许可的社区版不同,企业版不是开源的。如果您希望在生产环境中使用企业版,请https://timefold.ai/company/contact/[联系Timefold]以获取适当的许可证。
== 法律声明
Timefold Solver于2023年4月20日从OptaPlanner https://timefold.ai/blog/2023/optaplanner-fork/[分叉],OptaPlanner完全采用Apache-2.0许可证(一种宽松许可证)。
Timefold Solver是OptaPlanner的衍生作品,包含原创作者Red Hat Inc.、附属公司和贡献者的版权,这些版权全部都采用Apache-2.0许可证。每个源文件都已经过修改。