Description Usage Arguments Value Note Author(s)
modify problemInstance-objects depending on argument type
1 2 3 4 5  | set.problemInstance(object, type, input)
## S4 method for signature 'problemInstance,character,list'
set.problemInstance(object,
  type, input)
 | 
object | 
 an object of class   | 
type | 
 a character vector of length 1 defining what to calculate|return|modify. Allowed types are:  | 
lb: set assumed to be known lower bounds
ub: set assumed to be upper lower bounds
LPL: set lower protection levels
UPL: set upper protection levels
SPL: set sliding protection levels
sdcStatus: change anonymization status
input | 
 a list with elements 'indices' and 'values'.  | 
element 'indices': numeric vector defining the indices of the cells that should be modified
 element 'values': numeric vector whose values are going to replace current values for cells defined by 'indices' depending on argument type
an object of class problemInstance
internal function
Bernhard Meindl bernhard.meindl@statistik.gv.at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.