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

View source: R/model.R

scip_get_solR Documentation

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)

Arguments

model

A SCIP model.

k

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

Value

A list with objval and x.


scip documentation built on Aug. 30, 2026, 5:07 p.m.