Learn R Programming

goalprog (version 1.0-2)

print.llgpout: 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.

References

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

See Also

llgpout

Examples

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

Run the code above in your browser using DataLab