get.variable.class {goalprog} | R Documentation |
This function returns an integer complementarity class for the given variable name.
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