dv.llgp: Determine subscript of departing variable for a LLGP problem

Description Usage Arguments Details Value Author(s) References See Also

View source: R/dv.llgp.R

Description

Determine subscript of departing variable for a lexicographical linear goal programming (LLGP) problem.

Usage

1
dv.llgp(tab, sp)

Arguments

tab

An object of class 'llgptab' the modified simplex tableau

sp

An integer index of non-basic variable to enter the basis

Details

Determine the row associated with the minimum b_i / e_({i,s'} . In the event of a tie, select the row having the basic variable with the higher priority level. Designate this row as i'. The basic variable associated with row i' is the departing variable.

Value

An integer index for the variable departing the basis.

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, dv.tie


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

Related to dv.llgp in goalprog...