ParameterOptimizerIterationResultsIndexOfEqualityConstraint Method (String) |
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int IndexOfEqualityConstraint(
string constraintName
)
Public Function IndexOfEqualityConstraint (
constraintName As String
) As Integer
public:
int IndexOfEqualityConstraint(
String^ constraintName
)
member IndexOfEqualityConstraint :
constraintName : string -> int
Parameters
- constraintName
- Type: SystemString
The name of the SolverConstraintSettings whose index is desired.
Return Value
Type:
Int32The index of the
SolverConstraintSettings with the matching
constraintName
and constraint value in all of the
OptimizerMultivariableFunctionResults stored in this, or -1 if the
SolverConstraintSettings is not stored in this set of results.
See Also