dv.tie {goalprog}R Documentation

Resolve tie for departing variables

Description

This function returns the row index of the departing variable based on which of the corresponding variables has a higher priority level.

Usage

dv.tie(tab, i, ip)

Arguments

tab An object of class 'llgptab' that is the modified simplex tableau
i An integer index for a departing variable
ip An integer index for a departing variable

Value

An integer index for a departing variable.

Author(s)

Frederick Novomestky fnovomes@poly.edu

References

Ignizio, J. P. (1976). Goal Programming and Extensions, Lexington Books, D. C. Heath and Company.

See Also

dv.llgp, llgptab


[Package goalprog version 1.0-2 Index]