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/25 16:07]
sertalpbilal
cplex [2015/10/28 11:31]
sertalpbilal removed
Line 5: Line 5:
 ===== C++ API ===== ===== C++ API =====
  
-==== Saving Variables ==== +==== Saving Models ==== 
-CPLEX can save the variables by using the CPLEX environment as follows:+CPLEX can save the model by using the CPLEX environment as follows:
 <code cpp save.cpp> <code cpp save.cpp>
 baseModel = new IloModel(env); baseModel = new IloModel(env);