Learn R Programming

scip (version 1.10.0-2)

scip_model_free: 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)

Value

Invisible NULL.

Arguments

model

A SCIP model.