Learn R Programming

scip (version 1.10.0-2)

scip_get_solution: Get the best solution

Description

Get the best solution

Usage

scip_get_solution(model)

Value

A list with objval and x.

Arguments

model

A SCIP model (after scip_optimize).