ILOG CPLEX 11.0 User's Manual > Continuous Optimization > Solving LPs: Barrier Optimizer > Interpreting the Barrier Log File |
Interpreting the Barrier Log File |
INDEX PREVIOUS NEXT |
Like the ILOG CPLEX simplex optimizers, the barrier optimizer records information about its progress in a log file as it works. Some users find it helpful to keep a new log file for each session. By default, ILOG CPLEX records information in a file named cplex.log
.
setOut
of IloCplex
to designate a logfile for a predefined channel.
CPXsetlogfile
with arguments to indicate the log file.
set logfile filename
to change the name of the log file.
You can control the level of information that ILOG CPLEX records about barrier optimization by setting the BarDisplay
parameter. Those settings appear in Table 10.4.
BarDisplay Values |
Meaning |
---|---|
0 |
no display |
1 |
display normal information (default) |
2 |
display detailed (diagnostic) output |
Here is an example of a log file for a barrier optimization (without crossover):
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |