ILOG CPLEX 11.0 User's Manual > Discrete Optimization > Solving Mixed Integer Programming Problems (MIP) > Examples: Optimizing a Simple MIP Problem

These examples illustrate how to optimize a MIP with the ILOG CPLEX Component Libraries.

ilomipex1.cpp

The example derives from ilolpex8.cpp. Here are the differences between that linear program and this mixed integer program:

MIPex1.java

Also available among the examples distributed with the product is a Java implementation of the same MIP.

MIPex1.cs and MIPex1.vb

Also available among the examples distributed with the product are a C#.NET and a Visual Basic.NET implementation of the same MIP.

mipex1.c

The example derives from lpex8.c. Here are the differences between that linear program and this mixed integer program: