hi_solver_info {highs}R Documentation

Get Solver Information

Description

This function retrieves detailed information about the solver's state and performance.

Usage

hi_solver_info(solver)

Arguments

solver

An object of class "highs_solver".

Value

A list containing solver information.

Examples

solver <- example_solver()
info <- hi_solver_info(solver)


[Package highs version 1.10.0-2 Index]