| scip_add_vars | R Documentation |
Add multiple variables to a SCIP model
scip_add_vars(model, obj, lb = 0, ub = Inf, vtype = "C", names = NULL)
model |
A SCIP model. |
obj |
Numeric vector; objective coefficients. |
lb |
Numeric; lower bounds (scalar or vector). Default |
ub |
Numeric; upper bounds (scalar or vector). Default |
vtype |
Character; variable types (scalar or vector). Default |
names |
Character vector; variable names. Default auto-generated. |
Integer; 1-based index of first variable added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.