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 Apache Commons Math, Choco (with and without ibex integration), Jacop (using scalar-product/weighted-sum and knapsack algorithms), Ojalgo, OrTools, and SAS/OR. The slides also show solving this example using Excel and Google sheets.

See also: Optaplanner solution. Timefold solution.


The problem

Diet


The solutions

You have the following options to run the examples:


Execution via Gradle

Command-line arguments for Gradle:

gradlew :DietOptaPlanner:run