hi_solver_status: Get Solver Status

View source: R/solver-api.R

hi_solver_statusR Documentation

Get Solver Status

Description

This function returns the current status of the solver.

Usage

hi_solver_status(solver)

Arguments

solver

An object of class "highs_solver".

Value

A status code indicating the solver state.

Examples

solver <- example_solver()
hi_solver_run(solver)
status <- hi_solver_status(solver)


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