hi_solver_clear_solver: Clear Solver State

View source: R/solver-api.R

hi_solver_clear_solverR Documentation

Clear Solver State

Description

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

Usage

hi_solver_clear_solver(solver)

Arguments

solver

An object of class "highs_solver".

Value

The solver instance with cleared solver state.

Examples

solver <- example_solver()
hi_solver_clear_solver(solver)


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