Uses of Interface
ai.timefold.solver.core.impl.domain.variable.anchor.AnchorVariableSupply
-
Packages that use AnchorVariableSupply Package Description ai.timefold.solver.core.impl.domain.variable.anchor ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained -
-
Uses of AnchorVariableSupply in ai.timefold.solver.core.impl.domain.variable.anchor
Classes in ai.timefold.solver.core.impl.domain.variable.anchor that implement AnchorVariableSupply Modifier and Type Class Description classAnchorVariableListener<Solution_>classExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener.Methods in ai.timefold.solver.core.impl.domain.variable.anchor that return AnchorVariableSupply Modifier and Type Method Description AnchorVariableSupplyAnchorVariableDemand. createExternalizedSupply(SupplyManager supplyManager) -
Uses of AnchorVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained
Fields in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained declared as AnchorVariableSupply Modifier and Type Field Description protected AnchorVariableSupplyKOptMove. anchorVariableSupplyprotected AnchorVariableSupplyKOptMoveSelector. anchorVariableSupplyprotected AnchorVariableSupplyTailChainSwapMoveSelector. anchorVariableSupplyConstructors in ai.timefold.solver.core.impl.heuristic.selector.move.generic.chained with parameters of type AnchorVariableSupply Constructor Description KOptMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object entity, Object[] values)TailChainSwapMove(GenuineVariableDescriptor<Solution_> variableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, AnchorVariableSupply anchorVariableSupply, Object leftEntity, Object rightValue)
-