12.07.2015 Views

ILOG CPLEX 11.0 User's Manual

ILOG CPLEX 11.0 User's Manual

ILOG CPLEX 11.0 User's Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

For a sample of these methods or routines, see the example in your<strong>CPLEX</strong>home/examples:◆◆◆◆ilopopulate.cppPopulate.javaPopulate.cs or Populate.vbpopulate.cUsing Solutions from the Solution PoolThe solutions in the solution pool are available for use in applications or furtheroptimizations. For example, you can write a particular solution from the solution pool to asolution file in SOL format.◆In Concert Technology●●In the C++ API, use IloCplex::writeSolution.In the Java API, use IloCplex.writeSolution.● In the .NET API, use Cplex.WriteSolution.◆ In the Callable library, use the routine CPXsolwritesolnpool .◆ In the Interactive Optimizer, use this command, where i represents the index of thesolution in the solution pool: write filename.sol iYou can also write all the solutions from the solution pool into a single SOL file.◆In Concert Technology●●In the C++ API, use IloCplex::writeSolutions.In the Java API, use IloCplex.writeSolutions.●In the .NET API, use Cplex.WriteSolutions.◆ In the Callable library, use the routine CPXsolwritesolnpoolall .◆ In the Interactive Optimizer, use this command: write filename.sol allYou can write a particular solution to a MIP start file in MST format.◆ In Concert Technology●●●In the C++ API, use IloCplex::writeMIPStart.In the Java API, use IloCplex.writeMIPStart.In the .NET API, use Cplex.WriteMIPStart.◆In the Callable Library (C API), use CPXmstwritesolnpool.318 <strong>ILOG</strong> <strong>CPLEX</strong> <strong>11.0</strong> — USER’ S MANUAL

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!