lpSolve Class Definition
modelnamename for model, type character (optional)
modelsensemodel sense. legal values are min, max (optional: default max)
Amodel constraints. numeric matrix
objobjective function. type numeric. length is 1 or ncols of constraints
ubupper bound. type numeric. length is 1 or ncols of constraints (optional: default value is Inf)
lblower bound. type numeric. length is 1 or ncols of constraints (optional: default valueis 0)
rhsRHS constraints. type numeric. length is 1 or nrowss of constraints
sensesense of constraints. legal values are "<=", "=", ">=", "free"
length is 1 or nrowss of constraints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.