Click or drag to resize

SolveLPResult Fields

http://www.emgu.com

The SolveLPResult type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMulti
there are multiple maxima for target function - the arbitrary one is returned
Public fieldStatic memberSingle
There is only one maximum for target function
Public fieldStatic memberUnbounded
Problem is unbounded (target function can achieve arbitrary high values)
Public fieldStatic memberUnfeasible
Problem is unfeasible (there are no points that satisfy all the constraints imposed)
Public fieldvalue__
Top
See Also