rLSloadVarPriorities: Provide priorities for each variable for use by mixed-integer...

Description Usage Arguments Value References

View source: R/rLindo.R

Description

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

Usage

1
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


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