parseCplexLog: Parses the cplex log file and reads some basic information.

View source: R/solvers_cplex__parse_cplex_log.R

parseCplexLogR Documentation

Parses the cplex log file and reads some basic information.

Description

Parses the cplex log file and reads some basic information.

Usage

parseCplexLog(log)

Arguments

log

path of log file resulted from a carnival run OR the content of this file read by read_lines.

Value

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

Author(s)

Attila Gabor, 2021


saezlab/CARNIVAL documentation built on Jan. 17, 2024, 5:10 p.m.