DecisionVariableCollection.ContainsName Method

Returns a value whether the collection contains a variable with the specified name.

Definition

Namespace: Extreme.Mathematics.Optimization
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool ContainsName(
	string name
)

Parameters

name  String
The name to look up.

Return Value

Boolean
true if the collection contains a variable named name; otherwise false.

See Also