swp.vec: Swap row and column vectors

Description Usage Arguments Value Author(s) References See Also

View source: R/swp.vec.R

Description

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

Usage

1
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


goalprog documentation built on May 30, 2017, 5:07 a.m.

Related to swp.vec in goalprog...