These samples demonstrate how to use the DOcplex library to model and solve optimization problems.
Go to file
Vincent Beraudier 2e90baee03
Merge pull request #85 from IBMDecisionOptimization/vberaudi-16Jan2023
docplex 2.25.236
2023-01-24 11:01:45 +01:00
examples docplex 2.25.236 2023-01-16 15:47:34 +01:00
.gitignore docplex 2.25.236 2023-01-16 15:47:34 +01:00
LICENSE.txt Initial commit 2015-09-25 17:00:41 +02:00
README.md New 2.24 version 2022-11-25 12:56:01 +01:00
info.json 1.0.528 release 2016-03-10 17:02:31 +01:00

README.md

IBM® Decision Optimization Modeling for Python (DOcplex)

Welcome to the IBM® Decision Optimization Modeling for Python. Licensed under the Apache License v2.0.

With this library, you can quickly and easily add the power of optimization to your application. You need IBM ILOG CPLEX Optimization Studio to solve the models.

This library is composed of 2 modules:

  • IBM® Decision Optimization CPLEX Optimizer Modeling for Python - with namespace docplex.mp
  • IBM® Decision Optimization CP Optimizer Modeling for Python - with namespace docplex.cp

Solving with CPLEX requires that IBM® ILOG CPLEX Optimization Studio V12.10 or later is installed on your machine.

This library is numpy friendly.

Install the library

   pip install docplex

Get the documentation and examples

Get your IBM® ILOG CPLEX Optimization Studio edition

  • You can get a free Community Edition of CPLEX Optimization Studio, with limited solving capabilities in term of problem size.

  • Faculty members, research professionals at accredited institutions can get access to an unlimited version of CPLEX through the IBM® Academic Initiative.

Dependencies

These third-party dependencies are automatically installed with pip

License

This library is delivered under the Apache License Version 2.0, January 2004 (see LICENSE.txt).