Click or drag to resize

ProjectionResult Properties

The ProjectionResult type exposes the following members.

Properties
 NameDescription
Public propertyActiveConstraintIndices 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
Public propertyConstrainedParameterIndicesIndices of parameters touched by at least one active constraint.
Public propertyFixedParameterIndicesIndices of parameters that are fixed to a single value throughout the feasible set.
Public propertyFixedValues For each parameter index: the value to which the parameter is fixed throughout the whole feasible set, or if it is not fixed.
Public propertyFreeParameterIndicesIndices of parameters touched by no active constraint.
Public propertyIsConstrained For each parameter index: true if it is influenced by at least one active constraint at the projection solution.
Public propertyParametersThe projected (feasible) parameter vector.
Top
See Also