Uses of Interface
ai.timefold.solver.core.impl.domain.variable.index.IndexVariableSupply
-
Packages that use IndexVariableSupply Package Description ai.timefold.solver.core.impl.domain.variable.index ai.timefold.solver.core.impl.heuristic.selector.list.nearby ai.timefold.solver.core.impl.heuristic.selector.move.generic.list ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt Contains classes relevant to K-Opt moves. -
-
Uses of IndexVariableSupply in ai.timefold.solver.core.impl.domain.variable.index
Classes in ai.timefold.solver.core.impl.domain.variable.index that implement IndexVariableSupply Modifier and Type Class Description classExternalizedIndexVariableSupply<Solution_>Alternative toIndexVariableListener.classIndexVariableListener<Solution_>Methods in ai.timefold.solver.core.impl.domain.variable.index that return IndexVariableSupply Modifier and Type Method Description IndexVariableSupplyIndexVariableDemand. createExternalizedSupply(SupplyManager supplyManager) -
Uses of IndexVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.list.nearby
Fields in ai.timefold.solver.core.impl.heuristic.selector.list.nearby declared as IndexVariableSupply Modifier and Type Field Description protected IndexVariableSupplyAbstractNearbyDestinationSelector. indexVariableSupplyprotected IndexVariableSupplyAbstractNearbyDestinationSelector. indexVariableSupply -
Uses of IndexVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list
-
Uses of IndexVariableSupply in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt
Methods in ai.timefold.solver.core.impl.heuristic.selector.move.generic.list.kopt with parameters of type IndexVariableSupply Modifier and Type Method Description <Node_> booleanEntityOrderInfo. between(Node_ start, Node_ middle, Node_ end, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply)intMultipleDelegateList. getIndexOfValue(ListVariableDescriptor<?> listVariableDescriptor, SingletonInverseVariableSupply inverseVariableSupply, IndexVariableSupply indexVariableSupply, Object value)<Node_> Node_EntityOrderInfo. predecessor(Node_ object, ListVariableDescriptor<?> listVariableDescriptor, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply)<Node_> Node_EntityOrderInfo. successor(Node_ object, ListVariableDescriptor<?> listVariableDescriptor, IndexVariableSupply indexVariableSupply, SingletonInverseVariableSupply inverseVariableSupply)
-