Learn R Programming

highs (version 1.10.0-1)

hi_solver_clear_model: Clear Model Data

Description

This function clears only the model data from the solver instance.

Usage

hi_solver_clear_model(solver)

Value

The solver instance with cleared model data.

Arguments

solver

An object of class "highs_solver".

Examples

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

Run the code above in your browser using DataLab