DecisionVariableCollection.ContainsName Method

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

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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