print.llgptab {goalprog} | R Documentation |
This function implements the print generic function for an object of class 'llgptab' and does a pretty print of the object of the lexicographical linear goal programming (LLGP) problem.
print.llgptab(x, ...)
x |
An object of class 'llgptab' 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.
data( ignizio.example.3.3 ) tab <- llgptab( coefficients, targets, achievements ) tab print( tab )