The LPMethodType enumeration is used to determine the method of solving the task of linear proramming for lpsolve 5.5 external library.
It is used by the following property:
| Value | Brief description | |
| 5 | SimplexPrimalPrimal. The first ad the second stages of solving the problem of linear programming use the direct simplex method. | |
| 6 | SimplexDualPrimal. The dual simplex method is used in the first stage of the problem solving, the direct simples method is used in the second stage. | |
| 9 | SimplexPrimalDual. The direct simplex method is used in the first stage of the problem solving, the dual simplex method is used in the second stage. | |
| 10 | SimplexDualDual. The dual simplex method is used in both the first and the second stages of solving the problem of linear programming. |
See also: