Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.01 KB

File metadata and controls

29 lines (18 loc) · 1.01 KB

DOcplex, IBM Decision Optimization Modeling for Python

Welcome to the IBM Decision Optimization CPLEX 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 locally requires that IBM ILOG CPLEX Optimization Studio V12.8 or later is installed on your machine.

This library is numpy friendly.

Documentation

Examples

Installation

  • pip install cplex
  • pip install docplex