Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
OR-Tools

This is the reference documentation for the Google OR-Tools Python wrappers.

This repository contains several components:

Link with the C++ layer

  • ortools.init.python.init,

Knapsack solver

  • ortools.algorithms.python.knapsack_solver,

Graph and flow algorithms

  • ortools.graph.python.linear_sum_assignment,
  • ortools.graph.python.max_flow,
  • ortools.graph.python.min_cost_flow,

Routing library and legacy Constraint Programming Solver

Minimalistic linear solver wrapper

CP-SAT

Legacy linear solver wrapper

Linear solver backends

PSPLIB Parser

  • ortools.scheduling.python.rcpsp