scip_model_free: Free a SCIP model

View source: R/model.R

scip_model_freeR Documentation

Free a SCIP model

Description

Explicitly frees the SCIP model and all associated memory. The model is also freed automatically when garbage collected.

Usage

scip_model_free(model)

Arguments

model

A SCIP model.

Value

Invisible NULL.


scip documentation built on Aug. 30, 2026, 5:07 p.m.