print.lp | R Documentation |
Print method for lp objects
## S3 method for class 'lp'
print(x, ...)
x |
List with items named |
... |
Other arguments, all currently ignored |
This function prints the objective function value, together with the word "Success" if the operation is successful, or an indication of the error if not. If multiple solutions have been produced (because this was an all-binary problem and lp was called with num.bin.solns > 1) the number of solutions is also displayed.
None
Sam Buttrey, buttrey@nps.edu
lp
, lp.assign
, lp.transport
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.