This subproject is part of a repo illustrating constraint programming. This subproject illustrates solving an optimization/linear programming problem using Timefold.
See also: OptaPlanner solution. See also: Other solutions.
You have the following options to run the examples:
- running locally on the command-line or in an IDE
- running via gitpod
- running as a Jupyter/BeakerX notebook
(more details)
- running in the Groovy Console or Groovy Web Console
Command-line arguments for Gradle to see the task names for the available solutions:
gradlew :DietOpta:tasks --group="Application"
Then pick one of those tasks to run, e.g. to run the Apache Commons Math solution:
gradlew :Diet:runDietOptaPlanner