User Tools

Site Tools


cplex

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cplex [2014/09/26 09:16]
sertalpbilal
— (current)
Line 1: Line 1:
-====== CPLEX ====== 
  
-IBM CPLEX is an optimization package offered by IBM Software. 
- 
-===== C++ API ===== 
- 
-==== 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. 
cplex.1411737416.txt.gz ยท Last modified: 1998/12/03 12:11 (external edit)