print.llgpout {goalprog} | R Documentation |
This function prints the current solution to a lexicographical linear goal programming (LLGP) problem.
print.llgpout(x, ...)
x |
An object of class 'llgpout' that contains the current solution |
... |
Other arguments as can be applied to the S3 generic print function |
No value is returned but a report showing the decision variables, the goals or objectives and the achievement function.
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 ) soln <- llgp( coefficients, targets, achievements ) soln$out print( soln$out)