Skip to contents

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.