Uses of Interface
com.google.ortools.sat.RoutesConstraintProto.NodeExpressionsOrBuilder
Packages that use RoutesConstraintProto.NodeExpressionsOrBuilder
-
Uses of RoutesConstraintProto.NodeExpressionsOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement RoutesConstraintProto.NodeExpressionsOrBuilderModifier and TypeClassDescriptionstatic final class
A set of linear expressions associated with the nodes.static final class
A set of linear expressions associated with the nodes.Methods in com.google.ortools.sat that return RoutesConstraintProto.NodeExpressionsOrBuilderModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.getDimensionsOrBuilder
(int index) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProto.getDimensionsOrBuilder
(int index) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProtoOrBuilder.getDimensionsOrBuilder
(int index) Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.Methods in com.google.ortools.sat that return types with arguments of type RoutesConstraintProto.NodeExpressionsOrBuilderModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.getDimensionsOrBuilderList()
Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProto.getDimensionsOrBuilderList()
Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.RoutesConstraintProtoOrBuilder.getDimensionsOrBuilderList()
Expressions associated with the nodes of the graph, such as the load of the vehicle arriving at a node, or the time at which a vehicle arrives at a node.