print.llgpout {goalprog}R Documentation

Print the solution

Description

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

Usage

print.llgpout(x, ...)

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

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

[Package goalprog version 1.0-2 Index]