update_constraint | R Documentation |
Update problem constraints
update_constraint(
problem,
number = NULL,
name = NULL,
nom = NULL,
delta = NULL
)
problem |
BOSSS problem |
number |
index of the constraint(s) to be updated |
name |
name of the constraint(s) to be updated |
nom |
new nominal value(s) |
delta |
new acceptance threshold(s) |
an updated BOSSS problem object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.