







![]() ![]() |
Optimization Framework |
VariableCollection<(Of <(<'T, T2, T3, T4, T5, T6>)>)> Constructor (String, Double, Double, VariableType, IEnumerable<(Of <(<'T>)>)>, IEnumerable<(Of <(<'T2>)>)>, IEnumerable<(Of <(<'T3>)>)>, IEnumerable<(Of <(<'T4>)>)>, IEnumerable<(Of <(<'T5>)>)>, IEnumerable<(Of <(<'T6>)>)>) |
VariableCollection<(Of <(<'T, T2, T3, T4, T5, T6>)>)> Class See Also Send Feedback |
Initializes a new instance of the VariableCollection class.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public VariableCollection( string name, double lowerBound, double upperBound, VariableType type, IEnumerable<T> set1, IEnumerable<T2> set2, IEnumerable<T3> set3, IEnumerable<T4> set4, IEnumerable<T5> set5, IEnumerable<T6> set6 ) |
Visual Basic |
---|
Public Sub New ( _ name As String, _ lowerBound As Double, _ upperBound As Double, _ type As VariableType, _ set1 As IEnumerable(Of T), _ set2 As IEnumerable(Of T2), _ set3 As IEnumerable(Of T3), _ set4 As IEnumerable(Of T4), _ set5 As IEnumerable(Of T5), _ set6 As IEnumerable(Of T6) _ ) |
Visual C++ |
---|
public: VariableCollection( String^ name, double lowerBound, double upperBound, VariableType type, IEnumerable<T>^ set1, IEnumerable<T2>^ set2, IEnumerable<T3>^ set3, IEnumerable<T4>^ set4, IEnumerable<T5>^ set5, IEnumerable<T6>^ set6 ) |
Parameters
- name
- Type: System..::..String
The name.
- lowerBound
- Type: System..::..Double
The lower bound.
- upperBound
- Type: System..::..Double
The upper bound.
- type
- Type: Optimization..::..VariableType
The type.
- set1
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The first set
- set2
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T2>)>)>
The second set
- set3
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T3>)>)>
The third set
- set4
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T4>)>)>
The fourth set
- set5
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T5>)>)>
The fifth set
- set6
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T6>)>)>
The sixth set