Searched refs:getNumObjectiveFunctions (Results 1 – 6 of 6) sorted by relevance
129 if (getNumObjectiveFunctions() == 2) { in initializeColumnLabels()157 numArtificialVariables + getNumObjectiveFunctions() + 1; // + 1 is for RHS in createTableau()158 int height = constraints.size() + getNumObjectiveFunctions(); in createTableau()162 if (getNumObjectiveFunctions() == 2) { in createTableau()165 int zIndex = (getNumObjectiveFunctions() == 1) ? 0 : 1; in createTableau()183 int row = getNumObjectiveFunctions() + i; in createTableau()248 protected final int getNumObjectiveFunctions() { in getNumObjectiveFunctions() method in SimplexTableau302 if (getNumObjectiveFunctions() == 1) { in dropPhase1Objective()310 for (int i = getNumObjectiveFunctions(); i < getArtificialVariableOffset(); i++) { in dropPhase1Objective()347 System.arraycopy(src, 0, dest, getNumObjectiveFunctions(), src.length); in copyArray()[all …]
64 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getWidth() - 1; i++) { in getPivotColumn()83 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getHeight(); i++) { in getPivotRow()
160 if (getNumObjectiveFunctions() == 2) { in initializeColumnLabels()188 numArtificialVariables + getNumObjectiveFunctions() + 1; // + 1 is for RHS in createTableau()189 int height = constraints.size() + getNumObjectiveFunctions(); in createTableau()193 if (getNumObjectiveFunctions() == 2) { in createTableau()197 int zIndex = (getNumObjectiveFunctions() == 1) ? 0 : 1; in createTableau()213 int row = getNumObjectiveFunctions() + i; in createTableau()278 protected final int getNumObjectiveFunctions() { in getNumObjectiveFunctions() method in SimplexTableau371 if (getNumObjectiveFunctions() == 1) { in dropPhase1Objective()379 for (int i = getNumObjectiveFunctions(); i < getArtificialVariableOffset(); i++) { in dropPhase1Objective()413 initializeBasicVariables(getNumObjectiveFunctions()); in dropPhase1Objective()[all …]
198 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getWidth() - 1; i++) { in getPivotColumn()228 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getHeight(); i++) { in isValidPivotColumn()250 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getHeight(); i++) { in getPivotRow()
158 if (getNumObjectiveFunctions() == 2) { in initializeColumnLabels()186 numArtificialVariables + getNumObjectiveFunctions() + 1; // + 1 is for RHS in createTableau()187 int height = constraints.size() + getNumObjectiveFunctions(); in createTableau()191 if (getNumObjectiveFunctions() == 2) { in createTableau()194 int zIndex = (getNumObjectiveFunctions() == 1) ? 0 : 1; in createTableau()212 int row = getNumObjectiveFunctions() + i; in createTableau()277 protected final int getNumObjectiveFunctions() { in getNumObjectiveFunctions() method in SimplexTableau332 if (getNumObjectiveFunctions() == 1) { in dropPhase1Objective()340 for (int i = getNumObjectiveFunctions(); i < getArtificialVariableOffset(); i++) { in dropPhase1Objective()380 System.arraycopy(src, 0, dest, getNumObjectiveFunctions(), src.length); in copyArray()[all …]
74 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getWidth() - 1; i++) { in getPivotColumn()96 for (int i = tableau.getNumObjectiveFunctions(); i < tableau.getHeight(); i++) { in getPivotRow()145 final int varStart = tableau.getNumObjectiveFunctions(); in getPivotRow()