public class PriorityGoalRow extends ArrayRow
ArrayRow.ArrayRowVariables| Constructor and Description |
|---|
PriorityGoalRow(Cache cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(SolverVariable error) |
void |
clear() |
SolverVariable |
getPivotCandidate(LinearSystem system,
boolean[] avoid) |
boolean |
isEmpty() |
java.lang.String |
toString() |
void |
updateFromRow(LinearSystem system,
ArrayRow definition,
boolean removeFromDefinition) |
addError, createRowDimensionRatio, createRowEqualDimension, createRowEqualMatchDimensions, createRowEquals, createRowEquals, createRowGreaterThan, createRowGreaterThan, createRowLowerThan, createRowWithAngle, getKey, initFromRow, pickPivot, reset, updateFromFinalVariable, updateFromSynonymVariable, updateFromSystempublic PriorityGoalRow(Cache cache)
public SolverVariable getPivotCandidate(LinearSystem system, boolean[] avoid)
getPivotCandidate in class ArrayRowpublic void addError(SolverVariable error)
public void updateFromRow(LinearSystem system, ArrayRow definition, boolean removeFromDefinition)
updateFromRow in class ArrayRow