Description Usage Arguments Details Value Author(s)
This function determines if the candidate non-basic variable can enter the solution basis based on complementary pivoting.
1 | check.ev.cp(tab, s)
|
tab |
A list of named components that are the augmented modified simplex tableau |
s |
An integer index for the candidate non-basic variable |
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.
A boolean value TRUE or FALSE.
Frederick Novomestky fnovomes@poly.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.