Click or drag to resize

BoundedVariableProblemvariableBounds_ Field

Map containing variable bounds. Key is the variable ID, the value is the bounds.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected Dictionary<int, VariableBounds> variableBounds_

Field Value

DictionaryInt32, VariableBounds
See Also