Rdocumentation
powered by
Learn R Programming
rLindo (version 8.0.1)
rLSloadVarPriorities: Provide priorities for each variable for use by mixed-integer and global solvers.
Description
R interface function for LINDO API function
LSloadVarPriorities
. For more information, please refer to LINDO API User Manual.
Usage
rLSloadVarPriorities(model,panCprior)
Arguments
model
A LINDO API model object, returned by
rLScreateModel
.
panCprior
An integer array containing the priority of each column in the given model. A valid priority value is any nonnegative integer value. Variables with higher priority values are given higher branching priority.
Value
An R list object with components:
ErrorCode
Zero if successful, nonzero otherwise.
References
LINDO SYSTEMS home page at www.lindo.com