Description Usage Arguments Details Value Author(s) See Also
View source: R/get.variable.class.R
This function returns an integer complementarity class for the given variable name.
1 | get.variable.class(tab, variable)
|
tab |
A list of named components with the augmented modified simplex tableau |
variable |
A character string with the name of the variable |
The function uses the variable.classes component of the tableau to determine the complementarity class for the given variable. If the variable is not found then a zero value is returned.
A positive integer if the variable is found; zero otherwise.
Frederick Novomestky fnovomes@poly.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.