Click or drag to resize

LinearConstrainedProblemConstraints Property

Gets and sets the linear constraints for the problem.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IList<LinearConstraint> Constraints { get; set; }

Property Value

IListLinearConstraint
See Also