hi_solver_status_message: Get Solver Status Message

View source: R/solver-api.R

hi_solver_status_messageR Documentation

Get Solver Status Message

Description

This function returns a human-readable message describing the current solver status.

Usage

hi_solver_status_message(solver)

Arguments

solver

An object of class "highs_solver".

Value

A character string containing the status message.

Examples

solver <- example_solver()
hi_solver_run(solver)
message <- hi_solver_status_message(solver)


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