scip_model: Create a SCIP model
Description
Creates a new SCIP optimization model for incremental problem construction.
Usage
scip_model(name = "scip_model")
Value
An external pointer representing the SCIP model.
Arguments
- name
Character; problem name. Default "scip_model".