print.llgpout: Print the solution

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/print.llgpout.R

Description

This function prints the current solution to a lexicographical linear goal programming (LLGP) problem.

Usage

1

Arguments

x

An object of class 'llgpout' that contains the current solution

...

Other arguments as can be applied to the S3 generic print function

Value

No value is returned but a report showing the decision variables, the goals or objectives and the achievement function.

Author(s)

Frederick Novomestky fnovomes@poly.edu

References

Ignizio, J. P. (1976). Goal Programming and Extensions, Lexington Books, D. C. Heath and Company.

See Also

llgpout

Examples

1
2
3
4
data( ignizio.example.3.3 )
soln <- llgp( coefficients, targets, achievements )
soln$out
print( soln$out)

goalprog documentation built on May 30, 2017, 5:07 a.m.