hi_solver_clear: Clear All Solver Data

View source: R/solver-api.R

hi_solver_clearR Documentation

Clear All Solver Data

Description

This function clears all data from the solver instance, including the model and solution.

Usage

hi_solver_clear(solver)

Arguments

solver

An object of class "highs_solver".

Value

The cleared solver instance.

Examples

solver <- example_solver()
hi_solver_clear(solver)


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