Socket
Socket
Sign inDemoInstall

ortools

Package Overview
Dependencies
5
Maintainers
3
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ortools

Google OR-Tools python libraries and modules


Maintainers
3

Readme

This project hosts operations research tools developed at Google and made available as open source under the Apache 2.0 License.

OR-Tools includes solvers for:

  • Constraint Programming
    • CP-SAT solver: A constraint programming solver that uses SAT (satisfiability) methods.
    • Original CP solver: A constraint programming solver.
  • Linear and Mixed-Integer Programming
    • Glop: A linear optimizer to find the optimal value of a linear objective function, given a set of linear inequalities as constraints.
    • MPSolver, ModelBuilder: Wrappers around commercial and other open source solvers, including mixed integer solvers: CBC, CLP, GLPK, Gurobi or SCIP.
  • Vehicle Routing A specialized library for identifying best vehicle routes given constraints.
  • Graph Algorithms Code for finding shortest paths in graphs, min-cost flows, max flows, and linear sum assignments.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc