SolveLPResult Fields |
The SolveLPResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Multi |
there are multiple maxima for target function - the arbitrary one is returned
| |
| Single |
There is only one maximum for target function
| |
| Unbounded |
Problem is unbounded (target function can achieve arbitrary high values)
| |
| Unfeasible |
Problem is unfeasible (there are no points that satisfy all the constraints imposed)
| |
| value__ |