Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Linear Programming

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.


The problem

Diet


The solutions

You have the following options to run the examples:


Execution via Gradle

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