| scip_set_param | R Documentation |
Set a SCIP parameter
scip_set_param(model, name, value)
model |
A SCIP model. |
name |
Character; SCIP parameter name (e.g., |
value |
The parameter value (type is auto-detected by SCIP). |
Invisible NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.