Uses of Interface
ai.timefold.solver.core.impl.domain.variable.declarative.TopologicalOrderGraph
Packages that use TopologicalOrderGraph
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of TopologicalOrderGraph in ai.timefold.solver.core.enterprise
Methods in ai.timefold.solver.core.enterprise that return TopologicalOrderGraph -
Uses of TopologicalOrderGraph in ai.timefold.solver.core.impl.domain.variable.declarative
Classes in ai.timefold.solver.core.impl.domain.variable.declarative that implement TopologicalOrderGraphFields in ai.timefold.solver.core.impl.domain.variable.declarative declared as TopologicalOrderGraphModifier and TypeFieldDescriptionprotected final TopologicalOrderGraphAbstractVariableReferenceGraph.graphMethod parameters in ai.timefold.solver.core.impl.domain.variable.declarative with type arguments of type TopologicalOrderGraphModifier and TypeMethodDescriptionVariableReferenceGraphBuilder.build(IntFunction<TopologicalOrderGraph> graphCreator) static <Solution_>
VariableReferenceGraphDefaultShadowVariableSessionFactory.buildGraph(SolutionDescriptor<Solution_> solutionDescriptor, VariableReferenceGraphBuilder<Solution_> variableReferenceGraphBuilder, Object[] entities, IntFunction<TopologicalOrderGraph> graphCreator) Constructor parameters in ai.timefold.solver.core.impl.domain.variable.declarative with type arguments of type TopologicalOrderGraphModifierConstructorDescriptionDefaultShadowVariableSessionFactory(SolutionDescriptor<Solution_> solutionDescriptor, InnerScoreDirector<Solution_, ?> scoreDirector, IntFunction<TopologicalOrderGraph> graphCreator) FixedVariableReferenceGraph(VariableReferenceGraphBuilder<Solution_> outerGraph, IntFunction<TopologicalOrderGraph> graphCreator)