Learn R Programming

scip (version 1.10.0-2)

scip_optimize: Solve a SCIP model

Description

Solve a SCIP model

Usage

scip_optimize(model)

Value

Invisible NULL. Use scip_get_status and scip_get_solution to retrieve results.

Arguments

model

A SCIP model.