Click or drag to resize

LinearConstrainedProblemPointIsFeasible(DoubleVector, Double) Method

Function for determining the feasibility of a give point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override bool PointIsFeasible(
	DoubleVector x,
	double tolerance
)

Parameters

x  DoubleVector
A vector to test for feasibility.
tolerance  Double
The tolerance for determining whether or not this constraint is satisfied at a particular point.

Return Value

Boolean
true if the point is feasible.
Remarks
A point is feasible if it satisfies all the constraints of the problem.
See Also