Learn R Programming

scip (version 1.10.0-2)

scip_get_sol: Get the k-th solution from the solution pool

Description

Get the k-th solution from the solution pool

Usage

scip_get_sol(model, k)

Value

A list with objval and x.

Arguments

model

A SCIP model.

k

Integer; 1-based solution index (1 = best).