NI library interface functions of mmnl
The following list gives an overview of the functions published via the NI C library interface of mmnl for which we give detailed descriptions later.
buildqtls |
Generate data required for loading a quadratic expression.
|
eval |
Evaluate a constraint or objective on the provided assignment of the decision variables.
|
freeqtls |
Release the resources allocated by buildqtls for a given expression.
|
getctrnum |
Get the row number of a linear constraint.
|
getnlctrnum |
Get the row number of a nonlinear constraint.
|
grad |
Evaluate the gradiant of a constraint or objective on the provided assignment of the decision variables.
|
loadprob |
Produce a matrix representation of the current problem.
|
setsolstat |
Set the problem status.
|
strip |
Release the resources allocated by loadprob.
|