Learn R Programming

highs (version 1.10.0-1)

hi_solver_info: Get Solver Information

Description

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

Usage

hi_solver_info(solver)

Value

A list containing solver information.

Arguments

solver

An object of class "highs_solver".

Examples

Run this code
solver <- example_solver()
info <- hi_solver_info(solver)

Run the code above in your browser using DataLab