R/solvers_cplex__parse_cplex_log.R
parseCplexLog.Rd
Parses the cplex log file and reads some basic information.
parseCplexLog(log)
log | path of log file resulted from a carnival run OR the content
of this file read by |
---|
list variable with following fields: - `convergence` a table that contains information on the convergence of CPLEX - `n_solutions` number of solutions found - `objective` objective function value - `termination_reason`: reason of termination
Attila Gabor, 2021