Planning optimization made easy - Timefold
Extracto
Timefold is the open source AI solver to optimize operations and scheduling in Java, Python or Kotlin code.
Contenido

Recent updates
- Newsletter 1: OptaPlanner team continues as Timefold
Dec 13th, 2023
- Migrate from score DRL to Constraint Streams
Dec 12th, 2023
- Timefold Solver 0.8 reaches End Of Life
Dec 5th, 2023
- Partnership: e-switch Solutions and Timefold
Dec 4th, 2023
- Timefold Solver 1.4.0 brings explainable score
Nov 8th, 2023
- Fueling Planning Optimization in Spring Boot
Nov 2nd, 2023
- How fast is Java 21?
Aug 22nd, 2023
- Solve the vehicle routing problem with time windows
Aug 4th, 2023
- Timefold Solver 1.0 is taking shape
Jun 15th, 2023
- Timefold: the next chapter in operational planning optimization
May 2nd, 2023
- OptaPlanner continues as Timefold
May 2nd, 2023
- Timefold secures a 2 million euro investment from Smartfin VC
Mar 29th, 2023
- Designing the Timefold logo
Mar 20th, 2023
Loved by developers, trusted by enterprises
Real world
Many optimization solvers are designed for academic or isolated problems, such as the Traveling Salesman Problem, VRP, Bin Packing or Job Shop Scheduling.
In reality, planning problems are more complex. They combine hard/soft constraints from different use cases and often include country or company specific constraints.Timefold was created to automate real world planning optimization with ease. Solve for hard, soft and other constraints. Reduce costs substantially, improve service quality, fulfill employee wishes and lower carbon emissions. Far more than expected.
Easy to use
Traditionally, optimization solvers are the domain of mathematicians and expensive, specialized Operations Research consultants. You feed those solvers your data as number matrices and your constraints as mathematical equations.
Timefold is build for programmers. You feed it your data as domain classes and define your constraints as code. Let us worry about the math inside the solver. Your code becomes self-explanatory. Integration with other APIs is straightforward. And when the business rules change constraints - they eventually always do - maintenance is easy.
This is a revolution in the world of planning optimization, and a central element in the mission of our company, to increase the accessibility of planning optimization.
Open source
Timefold Community is Open Source software, released under the Apache License 2.0. Use it in your commercial software, for free. It's a complete and professional solver. We frequently release new features, enhancements and fixes through Maven Central (Java, Kotlin) and Pypi (Python).
Our entire company believes in the power of open source to build high-quality software. Our team participates in the open source community and regularly contributes to other open source projects.
To pay for Timefold Community development, we sell Timefold Enterprise: a Source Available extension with high-scalability features and enterprise support.
Scalable and fast
Timefold is extremely fast. It combines performance tricks from metaheuristic algorithms, concurrent programming, database indexes and incremental (delta) calculations with native compilation support.
But speed without scaling is irrelevant. The search space of planning problems scales exponentially to the size of the problem. The quality of a solver on a small dataset says nothing about that solver on a big dataset.
Timefold is arguably the most scalable production solver on this planet. Like other solvers, it's CPU-bound with little to no I/O. Unlike other solvers, memory consumption barely increases as you scale out, making it ideal for cloud deployments.
Operational fit
Timefold is build for operational planning, not just strategic or tactical planning. We deeply understand that a schedule is living, breathing thing. That its requirements change over time. That planning agility is essential for great results. Therefore, Timefold handles:
- Continuous planning: Publish a schedule every week, several weeks before execution.
- Pinning: Your user is still in control. Timefold plans around their manual assignments.
- Non-disruptive replanning: Deal with changing circumstances, but minimize changes to the published schedule.
- Overconstrained planning: When there are too few resources to cover all the work, help find a solution.
- Real-time planning: React on real-time disruptions of the plan within milliseconds.
Compatible
Timefold integrates with your favorite cloud, language, framework and libraries.
Let's get you started
Optimize your planning with Timefold today
Take a look at our guides and conquer your first planning problem today. Explore our quickstart examples and copy/paste it to get started. Customize it, integrate it, deploy it, scale it and then watch how your organization becomes more efficient.
Quickstart repoMore information
Fuente: Timefold