or-tools

Google's Operations Research library for optimization problems

brewmacoslinux
Try with needOr install directly
Source

About

Google's Operations Research tools

Commands

or-tools

Examples

Solve a traveling salesman problem using OR-Tools$ or-tools --model_file=tsp_model.proto --solve
Optimize vehicle routing with time windows$ or-tools --routing --vehicles=3 --locations=data.csv
Run linear optimization solver on a mathematical model$ or-tools --linear_solver --input=problem.mps --output=solution.txt