View source: R/solvers_cplex__parse_cplex_log.R
parseCplexLog | R Documentation |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.