| BoundedVariableProblemvariableBounds_ Field |
Map containing variable bounds. Key is the variable ID, the value is the bounds.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax protected Dictionary<int, VariableBounds> variableBounds_
Protected variableBounds_ As Dictionary(Of Integer, VariableBounds)
protected:
Dictionary<int, VariableBounds^>^ variableBounds_
val mutable variableBounds_: Dictionary<int, VariableBounds>
Field Value
DictionaryInt32,
VariableBoundsSee Also