This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
software:cplex [2015/10/28 11:31] sertalpbilal created |
software:cplex [2016/12/13 10:35] (current) 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 |
- | + | ||
- | ==== 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(" | + | |
- | </code> | + | |
- | Based on the extension, CPLEX can also save with '' | + |