parse_single_log | R Documentation |
Obtain information on incumbent solutions, Gurobi version, etc. from a Gurobi log file.
parse_single_log(log_path, information = "incumbent")
log_path |
Path to a Gurobi log file |
information |
Vector with values:
|
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.