Description Usage Arguments Value
Set up a new GLPK linear program model object from a corresponding R object.
1 | set_glpk(lp)
|
lp |
An R object that encapsulates the data used to specify a linear program model. This is a list with the following components: constraint, objective, var.type, upper and lower. The last three components are optional and default to NULL. |
A glpkAPI::glpkPtr object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.