Click or drag to resize

BoundedVariableProblemVariableBounds Property

Gets and sets variable bounds for the problem.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Dictionary<int, VariableBounds> VariableBounds { get; set; }

Property Value

DictionaryInt32, VariableBounds
See Also