Skip to contents

Solve a SCIP model

Usage

scip_optimize(model)

Arguments

model

A SCIP model.

Value

Invisible NULL. Use scip_get_status and scip_get_solution to retrieve results.