| scip_add_var | R Documentation |
Add a variable to a SCIP model
scip_add_var(model, obj, lb = 0, ub = Inf, vtype = "C", name = NULL)
model |
A SCIP model (external pointer from |
obj |
Numeric; objective coefficient. |
lb |
Numeric; lower bound. Default |
ub |
Numeric; upper bound. Default |
vtype |
Character; variable type: |
name |
Character; variable name. Default auto-generated. |
Integer; 1-based variable index.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.