check.ev.cp: Check entering variable for complementary pivoting

Description Usage Arguments Details Value Author(s)

View source: R/check.ev.cp.R

Description

This function determines if the candidate non-basic variable can enter the solution basis based on complementary pivoting.

Usage

1
check.ev.cp(tab, s)

Arguments

tab

A list of named components that are the augmented modified simplex tableau

s

An integer index for the candidate non-basic variable

Details

This test only applies to decision variables and not to the deviation variables. It determines if there is a basic decision variable in the current solution that is in the same complementary class as the candidate decision variable. If there is, then the function returns FALSE to indicate that the candidate variable cannot be added. Otherwise, the function returns true.

Value

A boolean value TRUE or FALSE.

Author(s)

Frederick Novomestky fnovomes@poly.edu


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