Uses of Class
ai.timefold.solver.core.impl.domain.variable.declarative.VariableReferenceGraphBuilder
Packages that use VariableReferenceGraphBuilder
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of VariableReferenceGraphBuilder in ai.timefold.solver.core.impl.domain.variable.declarative
Methods in ai.timefold.solver.core.impl.domain.variable.declarative that return VariableReferenceGraphBuilderModifier and TypeMethodDescriptionDefaultShadowVariableSessionFactory.GraphDescriptor.variableReferenceGraphBuilder()Returns the value of thevariableReferenceGraphBuilderrecord component.Constructors in ai.timefold.solver.core.impl.domain.variable.declarative with parameters of type VariableReferenceGraphBuilderModifierConstructorDescriptionFixedVariableReferenceGraph(VariableReferenceGraphBuilder<Solution_> outerGraph, IntFunction<TopologicalOrderGraph> graphCreator) GraphDescriptor(ConsistencyTracker<Solution_> consistencyTracker, SolutionDescriptor<Solution_> solutionDescriptor, VariableReferenceGraphBuilder<Solution_> variableReferenceGraphBuilder, Object[] entities, IntFunction<TopologicalOrderGraph> graphCreator) Creates an instance of aGraphDescriptorrecord class.