Uses of Class
org.planit.gap.StopCriterion
-
Packages that use StopCriterion Package Description org.planit.gap Gap functions and criteria used to test for convergence of the assignment algorithms -
-
Uses of StopCriterion in org.planit.gap
Fields in org.planit.gap declared as StopCriterion Modifier and Type Field Description protected StopCriterion
GapFunction. stopCriterion
The stopCriterion to useMethods in org.planit.gap that return StopCriterion Modifier and Type Method Description StopCriterion
GapFunction. getStopCriterion()
Return the StopCriterion objectConstructors in org.planit.gap with parameters of type StopCriterion Constructor Description GapFunction(StopCriterion stopCriterion)
ConstructorLinkBasedRelativeDualityGapFunction(StopCriterion stopCriterion)
Constructor
-