Uses of Class
ai.timefold.solver.core.impl.domain.variable.declarative.LoopedTracker
Packages that use LoopedTracker
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of LoopedTracker in ai.timefold.solver.core.impl.domain.variable.declarative
Methods in ai.timefold.solver.core.impl.domain.variable.declarative with parameters of type LoopedTrackerModifier and TypeMethodDescriptionbooleanBaseTopologicalOrderGraph.isLooped(LoopedTracker loopedTracker, int node) Returns true if a given node is in a strongly connected component with a size greater than 1 (i.e. is in a loop) or is a transitive successor of a node with the above property.booleanDefaultTopologicalOrderGraph.isLooped(LoopedTracker loopedTracker, int node)