Description Usage Arguments Value Author(s) References See Also Examples
View source: R/print.llgpout.R
This function prints the current solution to a lexicographical linear goal programming (LLGP) problem.
1 | 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.
1 2 3 4 | data( ignizio.example.3.3 )
soln <- llgp( coefficients, targets, achievements )
soln$out
print( soln$out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.