> Discrete Optimization > Solving Mixed Integer Programming Problems (MIP) > Example: Reading a MIP Problem from a File |
Example: Reading a MIP Problem from a File |
INDEX PREVIOUS NEXT |
This example shows you how to solve a MIP with the Component Libraries when the problem data is stored in a file.
This example derives from ilolpex2.cpp
, an LP example explained in the manual ILOG CPLEX Getting Started. That LP example differs from this MIP example in these ways:
IloCplex::solve
, and its command line does not require the user to indicate an optimizer.
Like other applications based on ILOG CPLEX Concert Technology, this one uses IloEnv env
to initialize the Concert Technology environment and IloModel model(env)
to create a problem object. Before it ends, it calls env.end
to free the environment.
Copyright © 1987-2003 ILOG, S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |