Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/print.llgpcptab.R
This function implements the print generic function for an object of class 'llgpcptab' and does a pretty print of the object of the lexicographical linear goal programming (LLGP) problem with complementary pivoting.
1 | print.llgpcptab(x, ...)
|
x |
An object of class 'llgpcptab' which is the modified simplex tableau |
... |
Other arguments as they may apply to the generic S3 print function |
The function prints the various stubs in the row and column orders described in Ignizio (1976).
No value but a report is printed.
Frederick Novomestky fnovomes@poly.edu
Ignizio, J. P. (1976). Goal Programming and Extensions, Lexington Books, D. C. Heath and Company.
1 2 3 4 | data( ignizio.example.3.3 )
tab <- llgptab( coefficients, targets, achievements )
tab
print( tab )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.