hi_solver_run: Run the Solver

View source: R/solver-api.R

hi_solver_runR Documentation

Run the Solver

Description

This function executes the optimization solver on the current model.

Usage

hi_solver_run(solver)

Arguments

solver

An object of class "highs_solver".

Value

The solver instance after optimization.

Examples

solver <- example_solver()
hi_solver_run(solver)


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