> cat /dev/github | grep security-tools
discovered 03 Aug 2026

or-tools

via awesome-list
→ View on GitHub
OR-Tools is an open-source optimization suite developed by Google, designed to tackle combinatorial optimization problems through various methods such as constraint programming, linear programming, and specialized algorithmic approaches. It features solvers for key problems including the Traveling Salesman Problem, Vehicle Routing Problem, along with bin packing, knapsack algorithms, and advanced graph algorithms. The suite is implemented in C++ with support for wrappers in Python, C#, and Java, enhancing its accessibility and usability across different programming environments.