[[["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\u003eThe page provides access to various optimization tools and libraries developed by Google.\u003c/p\u003e\n"],["\u003cp\u003eIt includes resources for linear optimization, constraint programming, and knapsack problems.\u003c/p\u003e\n"],["\u003cp\u003eThe content offers tools for network flow, graph algorithms, and defining domains for optimization.\u003c/p\u003e\n"],["\u003cp\u003eA routing library and constraint solver are also available on this resource.\u003c/p\u003e\n"]]],["The core content outlines six distinct modules within an optimization library. These include: `Algorithms` for knapsack and related problem-solving; `CP-SAT`, a constraint programming solver; `Domain Module` for defining optimization problem domains; `Linear Solver`, a linear optimization tool; `Network Flow and Graph`, a library for network flow and graph-related algorithms; and `Routing`, which provides routing functionalities along with an original constraint solver. Each module offers specialized tools for specific types of optimization challenges.\n"],null,["# OR-Tools Python Reference\n\n\u003cbr /\u003e\n\n| Directories ----------- ||\n|-------------------------------------------------------------------------------|-------------------------------------------------------|\n| [Algorithms](/optimization/reference/python/algorithms/pywrapknapsack_solver) | Knapsack solver and related algorithms. |\n| [CP-SAT](/optimization/reference/python/sat/python/cp_model) | Google's constraint programming solver. |\n| [Domain Module](/optimization/reference/python/util/sorted_interval_list) | Tools for defining domains for optimization problems. |\n| [Linear Solver](/optimization/reference/python/linear_solver/pywraplp) | Google's linear optimization solver. |\n| [Network Flow and Graph](/optimization/reference/python/graph/pywrapgraph) | Network flow library and related graph algorithms. |\n| [Routing](/optimization/reference/python/constraint_solver/pywrapcp) | Routing library and original constraint solver. |"]]