Click or drag to resize

BoundedVariableProblemPointIsFeasible(DoubleVector) Method

Function for determining the feasibility of a give point. A point x is feasible if it satisfies all the constraints of the problem.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual bool PointIsFeasible(
	DoubleVector x
)

Parameters

x  DoubleVector
A vector to test for feasibility.

Return Value

Boolean
true if the point is feasible.
See Also