User Tools

Site Tools


software:cplex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

software:cplex [2015/10/28 11:31]
sertalpbilal created
software:cplex [2016/12/13 10:35]
sertalpbilal
Line 3: Line 3:
 IBM CPLEX is an optimization package offered by IBM Software. IBM CPLEX is an optimization package offered by IBM Software.
  
-===== C++ API ===== +FIXME I'm not sure if we need a separate page for every solver. Admins can put answers to frequently asked questions here if they want --- //[[sertalp@lehigh.edu|Sertalp B Cay]] 2016/12/13 10:34//
- +
-==== Saving Models ==== +
-CPLEX can save the model by using the CPLEX environment as follows: +
-<code cpp save.cpp> +
-baseModel = new IloModel(env); +
-IloCplex cplex(*baseModel); +
-// Stuff +
-cplex.exportModel("prob.mps"); +
-</code> +
-Based on the extension, CPLEX can also save with ''.lp'' and ''.sav'' format.+
software/cplex.txt · Last modified: 2016/12/13 10:35 by sertalpbilal