print.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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.