hi_solver_info: Get Solver Information

View source: R/solver-api.R

hi_solver_infoR 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)


highs documentation built on June 8, 2025, 10:36 a.m.