View source: R/optimization_ILP.R
get.ILP.vars | R Documentation |
Retrieves ILP decision variables.
get.ILP.vars(ILP, original.dim = NULL)
ILP |
A solved ILP instance. |
original.dim |
Dimension of |
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.
The ILP decision variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.