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.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public bool PointIsFeasible( DoubleVector x ) |
| Visual Basic (Declaration) |
|---|
Public Function PointIsFeasible ( _ x As DoubleVector _ ) As Boolean |
| Visual C++ |
|---|
public: bool PointIsFeasible( DoubleVector^ x ) |
Parameters
- x
- Type: CenterSpace.NMath.Core..::.DoubleVector
A vector to test for feasibility.