lpSetupSolver {ivmte} | R Documentation |
Configure LP environment to be compatible with solvers
Description
This alters the LP environment so the model will be compatible with
specific solvers. The LP model must be passed as an environment
variable, under the entry $model
. See lpSetup
.
Usage
lpSetupSolver(env, solver)
Arguments
env |
The LP environment |
solver |
Character, the LP solver. |
Value
Nothing, as this modifies an environment variable to save memory.
[Package ivmte version 1.4.0 Index]