qpSetupCriterion {ivmte} | R Documentation |
Configure QCQP problem to find minimum criterion
Description
This function sets up the objective function for minimizing the
criterion. The QCQP model must be passed as an environment variable,
under the entry $model
. See qpSetup
.
Usage
qpSetupCriterion(env)
Arguments
env |
The LP environment |
Value
Nothing, as this modifies an environment variable to save memory.
[Package ivmte version 1.4.0 Index]