rLSgetNextBestMIPSol: Generate the next best (in terms of objective value) solution...

Description Usage Arguments Details Value References

View source: R/rLindo.R

Description

R interface function for LINDO API function LSgetNextBestMIPSol. For more information, please refer to LINDO API User Manual.

Usage

1

Arguments

model

A LINDO API model object, returned by rLScreateModel.

Details

Repeated calls to rLSgetNextBestMIPSol will allow one to generate the so-called K-Best solutions to mixed-integer model. This is useful for revealing alternate optima.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pnStatus

The status on the new, next-best solution.

References

LINDO SYSTEMS home page at www.lindo.com


rLindo documentation built on May 1, 2019, 10:11 p.m.