get.ILP.vars: Retrieval of ILP Decisions

View source: R/optimization_ILP.R

get.ILP.varsR Documentation

Retrieval of ILP Decisions

Description

Retrieves ILP decision variables.

Usage

get.ILP.vars(ILP, original.dim = NULL)

Arguments

ILP

A solved ILP instance.

original.dim

Dimension of ILP before using presolve.

Details

The original dimension of the ILP is required to determine the correct decisions when presolve has been active and dimensions of the ILP might have changed.

Value

The ILP decision variables.


matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.