 | BoundedVariableProblemVariableBounds Property |
Gets and sets variable bounds for the problem.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.4
Syntaxpublic Dictionary<int, VariableBounds> VariableBounds { get; set; }
Public Property VariableBounds As Dictionary(Of Integer, VariableBounds)
Get
Set
public:
property Dictionary<int, VariableBounds^>^ VariableBounds {
Dictionary<int, VariableBounds^>^ get ();
void set (Dictionary<int, VariableBounds^>^ value);
}
member VariableBounds : Dictionary<int, VariableBounds> with get, set
Property Value
Type:
DictionaryInt32,
VariableBounds
See Also