SystemObject Extreme.Mathematics.OptimizationDecisionVariableCollection
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public sealed class DecisionVariableCollection : IDictionary<string, DecisionVariable>,
ICollection<KeyValuePair<string, DecisionVariable>>, IEnumerable<KeyValuePair<string, DecisionVariable>>,
IEnumerable
Public NotInheritable Class DecisionVariableCollection
Implements IDictionary(Of String, DecisionVariable),
ICollection(Of KeyValuePair(Of String, DecisionVariable)), IEnumerable(Of KeyValuePair(Of String, DecisionVariable)),
IEnumerable
public ref class DecisionVariableCollection sealed : IDictionary<String^, DecisionVariable^>,
ICollection<KeyValuePair<String^, DecisionVariable^>>, IEnumerable<KeyValuePair<String^, DecisionVariable^>>,
IEnumerable
[<SealedAttribute>]
type DecisionVariableCollection =
class
interface IDictionary<string, DecisionVariable>
interface ICollection<KeyValuePair<string, DecisionVariable>>
interface IEnumerable<KeyValuePair<string, DecisionVariable>>
interface IEnumerable
end
The DecisionVariableCollection type exposes the following members.
| Name | Description |
---|
 | Count |
Gets the number of variables in the collection.
|
 | ItemInt32 | |
 | ItemString |
Gets or sets a variable in the collection.
|
 | Names |
Gets the collection of names of the variables in the collection.
|
 | Values |
Returns a collection that enumerates over the variables.
|
Top
| Name | Description |
---|
 | Clear |
Removes all variables from the collection.
|
 | Contains |
Determines if the specified variable is in the collection.
|
 | ContainsName |
Returns a value whether the collection contains a variable with the specified name.
|
 | CopyTo |
Copies all variables in the collection to the specified array, starting at the specified index.
|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetEnumerator |
Returns an iterator that iterates through the
collection.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetLowerBounds |
Gets a vector that contains the lower bounds of the variables.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetUpperBounds |
Gets a vector that contains the upper bounds of the variables.
|
 | Remove(DecisionVariable) |
Removes the specified variable from the collection.
|
 | Remove(String) |
Removes the variable with the specified name from the collection.
|
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | TryGetValue | Gets the variable with the specified name. |
Top
Top
Reference