update_constraint: Update problem constraints

View source: R/updates.R

update_constraintR Documentation

Update problem constraints

Description

Update problem constraints

Usage

update_constraint(
  problem,
  number = NULL,
  name = NULL,
  nom = NULL,
  delta = NULL
)

Arguments

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)

Value

an updated BOSSS problem object.


DTWilson/BOSSS documentation built on April 14, 2025, 8:35 a.m.