Learn R Programming

highs (version 1.10.0-1)

hi_solver_run: Run the Solver

Description

This function executes the optimization solver on the current model.

Usage

hi_solver_run(solver)

Value

The solver instance after optimization.

Arguments

solver

An object of class "highs_solver".

Examples

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

Run the code above in your browser using DataLab