| scip_add_sos1_cons | R Documentation |
At most one variable in the set can be nonzero.
scip_add_sos1_cons(model, vars, weights = NULL, name = NULL)
model |
A SCIP model. |
vars |
Integer vector; 1-based variable indices. |
weights |
Numeric vector; weights determining branching order. |
name |
Character; constraint name. |
Integer; 1-based constraint index.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.