Some Useful commands in CPLEX Python API: A Cheat Sheet with Example

Cplex Python API Mathematical Modeling

Before I begin, I want to emphasize that all commands can be found in the IBM ILOG CPLEX documentation. My intent is to summarize commonly used CPLEX Python commands for performing a modeling task and solving mathematical models. For me, this cheat sheet of CPLEX Python API commands has always been a great help. Also, […]

Column Generation for Cutting Stock Problem

Cutting Stock Problem

Cutting Stock Problem: A tutorial with example to understand Column generation Column generation is an efficient technique to solve large-sized mathematical programs. It is also called delayed-column generation due to its nature to solve the problem. It is firstly studied and applied for the Cutting stock Problems, recognized by a Soviet mathematician and economist Leonid […]