print.goalp {goalp} | R Documentation |
Prints a human-readable formulation of a goal programming problem.
## S3 method for class 'goalp'
print(x, ...)
x |
A goalp object. |
... |
Additional arguments. Ignored. |
A scalar character (i.e. a text string) with a human-readable
formulation of the goal programming problem represented by
goalp object x
. This can be edited and used as an input
to goalp, if modifications to the goal programming problem
are required.