Uses of Class
ai.timefold.solver.core.api.domain.variable.PlanningVariableGraphType
-
Packages that use PlanningVariableGraphType Package Description ai.timefold.solver.core.api.domain.variable Domain annotations and support classes for a planning variable. -
-
Uses of PlanningVariableGraphType in ai.timefold.solver.core.api.domain.variable
Methods in ai.timefold.solver.core.api.domain.variable that return PlanningVariableGraphType Modifier and Type Method Description PlanningVariableGraphTypegraphType()In some use cases, such as Vehicle Routing, planning entities form a specific graph type, as specified byPlanningVariableGraphType.static PlanningVariableGraphTypePlanningVariableGraphType. valueOf(String name)Returns the enum constant of this type with the specified name.static PlanningVariableGraphType[]PlanningVariableGraphType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-