Enum SolveLPResult
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
return codes for cv::solveLP() function
public enum SolveLPResult
Fields
Multi = 1there are multiple maxima for target function - the arbitrary one is returned
Single = 0there is only one maximum for target function
Unbounded = -2problem is unbounded (target function can achieve arbitrary high values)
Unfeasible = -1problem is unfeasible (there are no points that satisfy all the constraints imposed)