ZhengLi95 / Cplex-Python-API-Sample

A sample project for demonstrating how to solve common optimization problems using Cplex Python API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cplex Python API Sample File

In this repository, you can know how to use Cplex Python API to solve common mathematical programming problems. I create this repository because I have developed the way to import data into the mathematical programming - by using matrices. Further, you can also create the matrices via Database, Excel file or any other file type which you prefer. On the other hand, it is not easy to find a good sample on Internet.

CATALOG

  1. Linear Programming

  2. Mixed Integer Linear Programming

New models are coming soon...

About

A sample project for demonstrating how to solve common optimization problems using Cplex Python API


Languages

Language:Python 100.0%