Click or drag to resize

LinearConstraintsProjector Properties

The LinearConstraintsProjector type exposes the following members.

Properties
 NameDescription
Public propertyAreAllParametersFixed Gets a value indicating whether all parameters have been assigned fixed values by constraints.
Public propertyAreAllParametersFullyFree Gets a value indicating whether all parameters are fully free (thus this LinearConstraintsProjector has no constraints at all and therefore is not needed).
Public propertyNumberOfParameters Gets the number of parameters required by the operation or function.
Public propertyNumberOfParametersFixed Gets the number of parameters that are fixed to a single value throughout the feasible set by the constraints.
Public propertyNumberOfParametersFullyFree Gets the number of parameters that are fully free, meaning they do not occur in any constraint and can vary without affecting feasibility.
Public propertyNumberOfParametersNeitherFixedNorFullyFree Gets the number of parameters that are neither fixed by constraints nor fully free, meaning they occur in at least one constraint but are not fixed to a single value throughout the feasible set.
Public propertyNumberOfParametersThatCanVary Gets the number of parameters whose values are not fixed by constraints and can vary.
Public propertyValuesFixedByConstraints Gets the values to which parameters are fixed throughout the feasible set.
Top
See Also