Table of Contents

Enum SolveLPResult

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

return codes for cv::solveLP() function

public enum SolveLPResult

Fields

Multi = 1

there are multiple maxima for target function - the arbitrary one is returned

Single = 0

there is only one maximum for target function

Unbounded = -2

problem is unbounded (target function can achieve arbitrary high values)

Unfeasible = -1

problem is unfeasible (there are no points that satisfy all the constraints imposed)