Click or drag to resize

LinearConstraintsProjectorIsFeasible Method

Determines whether the specified point satisfies all constraints within the given tolerance.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public bool IsFeasible(
	Vector<double> inputValues
)

Parameters

inputValues  VectorDouble
The point to test.

Return Value

Boolean
if the point is feasible; otherwise, .

Implements

IConstraintsProjectorIsFeasible(VectorDouble)
See Also