使用单纯形法进行线性规划问题的求解
LPPSolver
01 Syntax
Microsoft.VisualBasic.Math.LinearAlgebra.LinearProgramming.LPPSolver
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| isFeasible | 1 | 判断当前的这个线性规划问题是否是可解的? |
| pivot | 1 |
03 Members
isFeasible(
List(Of Int32))判断当前的这个线性规划问题是否是可解的?
Parameters
| Name | Type | Description |
|---|---|---|
possibleSolution | List(Of Int32) | - |
pivot(
Int32, Int32)Parameters
| Name | Type | Description |
|---|---|---|
varIndex | Int32 | - |
constIndex | Int32 | - |