rLSgetSolution {rLindo} | R Documentation |
R interface function for LINDO API function LSgetSolution
. For more information,
please refer to LINDO API User Manual.
rLSgetSolution(model,nWhich)
model |
A LINDO API model object, returned by |
nWhich |
An integer parameter specifying the solution to be retrieved. Possible values are:
|
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
padResult |
A double array containing the specified solution. |
LINDO SYSTEMS home page at www.lindo.com