scip_model: Create a SCIP model

View source: R/model.R

scip_modelR Documentation

Create a SCIP model

Description

Creates a new SCIP optimization model for incremental problem construction.

Usage

scip_model(name = "scip_model")

Arguments

name

Character; problem name. Default "scip_model".

Value

An external pointer representing the SCIP model.


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