[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["\u003cp\u003eThis page provides a C++ reference for Google's Optimization Tools (OR-Tools), including links to documentation for various solvers.\u003c/p\u003e\n"],["\u003cp\u003eOR-Tools offers a range of solvers for different optimization problems, such as constraint programming, linear optimization, network flow, routing, and knapsack problems.\u003c/p\u003e\n"],["\u003cp\u003eEach solver has its dedicated code directory and corresponding documentation accessible through the provided links.\u003c/p\u003e\n"]]],["The OR-Tools C++ reference provides tools for optimization. Key components include: algorithms for problems like knapsack; the CP-SAT solver for constraint programming; a linear solver for linear optimization; a network flow and graph library for related algorithms; and a routing library with an original constraint solver. These tools are categorized by their respective code directories. Each component offers specific optimization capabilities.\n"],null,["# OR-Tools C++ Reference\n======================\n\n| Solver ------ | Code directory -------------- | |\n|---------------------------------------------------------|-------------------------------|----------------------------------------------------|\n| [Algorithms](/optimization/reference/algorithms) | algorithms | Knapsack solver and related algorithms. |\n| [CP-SAT](/optimization/reference/sat) | sat | Google's constraint programming solver. |\n| [Linear Solver](/optimization/reference/linear_solver) | linear_solver | Google's linear optimization solver. |\n| [Network Flow and Graph](/optimization/reference/graph) | graph | Network flow library and related graph algorithms. |\n| [Routing](/optimization/reference/constraint_solver) | constraint_solver | Routing library and original constraint solver. |"]]