Learn R Programming

highs (version 1.10.0-1)

hi_solver_status: Get Solver Status

Description

This function returns the current status of the solver.

Usage

hi_solver_status(solver)

Value

A status code indicating the solver state.

Arguments

solver

An object of class "highs_solver".

Examples

Run this code
solver <- example_solver()
hi_solver_run(solver)
status <- hi_solver_status(solver)

Run the code above in your browser using DataLab