Skip to content

This repo shows modeling examples of optimization problems using the DOcplex library for Python

License

Notifications You must be signed in to change notification settings

oscaralejandro1907/docplex-examples

Repository files navigation

docplex-examples

First four basic models appear in this Mathematical Optimization in Python with CPLEX YouTube serie.

basic-linear-model

A basic linear model with two continuous variables

basic-milp-model

A basic mixed-integer programming model. Three variables (binary, integer and continous) in this simple model.

bin-knapsack-problem

The basic 0-1 knapsack problem

linear-assignment-problem

A basic linear assignment problem of n workers and n tasks. Variables are of two subindexes.

weekly-workforce

A linear assignment problem

docplex-cvrp

A Capacitated Vehicle Routing Problem. Using pandas to read data and networkx to draw graph and solution

About

This repo shows modeling examples of optimization problems using the DOcplex library for Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published