Linear |
The LinearConstraintsProjector type exposes the following members.
| Name | Description | |
|---|---|---|
| AreAllParametersFixed | Gets a value indicating whether all parameters have been assigned fixed values by constraints. | |
| AreAllParametersFullyFree | Gets a value indicating whether all parameters are fully free (thus this LinearConstraintsProjector has no constraints at all and therefore is not needed). | |
| NumberOfParameters | Gets the number of parameters required by the operation or function. | |
| NumberOfParametersFixed | Gets the number of parameters that are fixed to a single value throughout the feasible set by the constraints. | |
| NumberOfParametersFullyFree | Gets the number of parameters that are fully free, meaning they do not occur in any constraint and can vary without affecting feasibility. | |
| NumberOfParametersNeitherFixedNorFullyFree | 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. | |
| NumberOfParametersThatCanVary | Gets the number of parameters whose values are not fixed by constraints and can vary. | |
| ValuesFixedByConstraints | Gets the values to which parameters are fixed throughout the feasible set. |