Learn R Programming

highs (version 1.10.0-1)

hi_solver_clear: Clear All Solver Data

Description

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

Usage

hi_solver_clear(solver)

Value

The cleared solver instance.

Arguments

solver

An object of class "highs_solver".

Examples

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

Run the code above in your browser using DataLab