rLSgetRoundMIPsolution {rLindo} | R Documentation |
R interface function for LINDO API function LSgetRoundMIPsolution
. For more information,
please refer to LINDO API User Manual.
rLSgetRoundMIPsolution(model,padPrimal = NULL,iUseOpti)
model |
A LINDO API model object, returned by |
padPrimal |
The primal solution. If it is NULL, the solution in |
iUseOpti |
Whether to use reoptimization after integers have been rounded and fixed to there optimal value. |
An R list object with components:
ErrorCode |
Zero if successful, nonzero otherwise. |
padPrimalRound |
The rounded solution. |
pdObjRound |
Objective value of the rounded solution. |
pdPfeasRound |
Infeasibility of the rounded solution. |
pnstatus |
Status of solution if reoptimization have been used. |
LINDO SYSTEMS home page at www.lindo.com