Learn R Programming

highs (version 1.10.0-1)

hi_solver_clear_solver: Clear Solver State

Description

This function clears the internal solver state while preserving the model.

Usage

hi_solver_clear_solver(solver)

Value

The solver instance with cleared solver state.

Arguments

solver

An object of class "highs_solver".

Examples

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

Run the code above in your browser using DataLab