| BoundedVariableProblemVariableBounds Property |
Gets and sets variable bounds for the problem.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public 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
DictionaryInt32,
VariableBoundsSee Also