parse_single_log: Parse information from a Gurobi log file

View source: R/aux-fcns.R

parse_single_logR Documentation

Parse information from a Gurobi log file

Description

Obtain information on incumbent solutions, Gurobi version, etc. from a Gurobi log file.

Usage

parse_single_log(log_path, information = "incumbent")

Arguments

log_path

Path to a Gurobi log file

information

Vector with values:

  1. "incumbent"

Details

When information is "incumbent", this function will retrieve the times at which Gurobi has found an incumbent solution either through heuristics or through solving the problem at the node.


omkarakatta/ivqr documentation built on Aug. 20, 2022, 11:04 p.m.