print.lp {lpSolve} | R Documentation |
Print method for lp objects
print.lp (x, ...)
x |
List with items named objval and status .
Normally this will have been called by lp ,
lp.assign , or lp.transport . |
... |
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.
None
Sam Buttrey, buttrey@nps.edu