Enum SolveLPResult
The return value for 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)