Learn R Programming

highs (version 1.10.0-1)

hi_new_solver: Create a new solver instance.

Description

This function initializes a new Highs solver instance using the provided model pointer.

Usage

hi_new_solver(model)

Value

A new solver instance.

Arguments

model

an object of class "highs_model"

Examples

Run this code
model <- example_model()
solver <- hi_new_solver(model)

Run the code above in your browser using DataLab