Metadata-Version: 2.1
Name: ortools
Version: 8.1.8487
Summary: Google OR-Tools python libraries and modules
Home-page: https://developers.google.com/optimization/
Author: Google LLC
Author-email: or-tools@google.com
License: Apache 2.0
Download-URL: https://github.com/google/or-tools/releases
Keywords: operations research,constraint programming,linear programming,flow algorithms,python
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Office/Business :: Scheduling
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: protobuf (>=3.14.0)
Requires-Dist: absl-py (>=0.11)

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

The project contains several tools:

- A Constraint Programming solver
- A Linear Programing solvers
- Wrappers around commercial and other open source solvers, including mixed integer solvers
  - CBC, CLP, CPLEX, GLPK, Gurobi, SCIP and XPRESS
- Bin packing and knapsack algorithms
- Graph algorithms:
  - shortest paths
  - min-cost flow
  - max flow
  - linear sum assignment