Click or drag to resize

VariableBounds(Int32, Double, Double) Constructor

Constructs a VariableBounds instance from the given parameters and default constraint tolerance.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public VariableBounds(
	int varId,
	double lb,
	double ub
)

Parameters

varId  Int32
Variable ID.
lb  Double
Lower bound.
ub  Double
Upper bound.
See Also