swp.vec {goalprog}R Documentation

Swap row and column vectors

Description

This function swaps row and column vectors in the top and left stub matrices.

Usage

swp.vec(tab, nr, nc)

Arguments

tab An object of class 'llgptab' that is the modified simplex tableau
nr An integer row subscript in the left stub matrix
nc An integer column subscript in the top stub matrix

Value

None.

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

llgptab


[Package goalprog version 1.0-2 Index]