mirror of
https://github.com/mrfluffy-dev/lpr.git
synced 2026-01-17 02:10:33 +00:00
creation of DualSimplex
This commit is contained in:
@@ -286,7 +286,7 @@ class twoPhaseSimplex
|
||||
return table;
|
||||
}
|
||||
|
||||
static int findPivotCol(List<List<float>> table)
|
||||
static int findPivotCol(List<List<float>> table)
|
||||
{
|
||||
float largest = 0;
|
||||
int largestIndex = 0;
|
||||
@@ -428,8 +428,5 @@ class twoPhaseSimplex
|
||||
}
|
||||
}
|
||||
return table;
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user