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

Description Usage Arguments Details Value References

View source: R/rLindo.R

Description

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

Usage

1
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).

Details

This routine is appropriate for problems with good block structures.

Value

An R list object with components:

ErrorCode

Zero if successful, nonzero otherwise.

pnStatus

The status of the optimization.

References

LINDO SYSTEMS home page at www.lindo.com


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