Learn R Programming

highs (version 1.10.0-1)

hi_solver_status_message: Get Solver Status Message

Description

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

Usage

hi_solver_status_message(solver)

Value

A character string containing the status message.

Arguments

solver

An object of class "highs_solver".

Examples

Run this code
solver <- example_solver()
hi_solver_run(solver)
message <- hi_solver_status_message(solver)

Run the code above in your browser using DataLab