Projection |
The ProjectionResult type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveConstraintIndices | Indices of active constraints at the solution, in the merged system: [0 .. nEq-1] → equality rows (always active) [nEq .. nEq+nLeq-1] → inequality rows (C·x <= d), active when binding | |
| ConstrainedParameterIndices | Indices of parameters touched by at least one active constraint. | |
| FixedParameterIndices | Indices of parameters that are fixed to a single value throughout the feasible set. | |
| FixedValues | For each parameter index: the value to which the parameter is fixed throughout the whole feasible set, or if it is not fixed. | |
| FreeParameterIndices | Indices of parameters touched by no active constraint. | |
| IsConstrained | For each parameter index: true if it is influenced by at least one active constraint at the projection solution. | |
| Parameters | The projected (feasible) parameter vector. |