Learn R Programming

rLindo (version 8.0.1)

rLSsolveMipBnp: Solve the MIP model with the branch-and-price method.

Description

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

Usage

rLSsolveMipBnp(model,nBlock,pszFname)

Arguments

model
A LINDO API model object, returned by rLScreateModel.
nBlock
Number of block in the problem.
pszFname
An input file specifying the block structure (optional).

Value

An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.
pnStatus
The status of the optimization.

Details

This routine is appropriate for problems with good block structures.

References

LINDO SYSTEMS home page at www.lindo.com