Uses of Class
com.google.ortools.sat.RoutesConstraintProto.NodeExpressions.Builder
Packages that use RoutesConstraintProto.NodeExpressions.Builder
-
Uses of RoutesConstraintProto.NodeExpressions.Builder in com.google.ortools.sat
Subclasses with type arguments of type RoutesConstraintProto.NodeExpressions.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final classA set of linear expressions associated with the nodes.Methods in com.google.ortools.sat that return RoutesConstraintProto.NodeExpressions.BuilderModifier and TypeMethodDescriptionRoutesConstraintProto.NodeExpressions.Builder.addAllExprs(Iterable<? extends LinearExpressionProto> values) The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.Builder.addDimensionsBuilder()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.Builder.addDimensionsBuilder(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.NodeExpressions.Builder.addExprs(int index, LinearExpressionProto value) The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.NodeExpressions.Builder.addExprs(int index, LinearExpressionProto.Builder builderForValue) The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.NodeExpressions.Builder.addExprs(LinearExpressionProto value) The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.NodeExpressions.Builder.addExprs(LinearExpressionProto.Builder builderForValue) The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.NodeExpressions.Builder.clear()RoutesConstraintProto.NodeExpressions.Builder.clearExprs()The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.Builder.getDimensionsBuilder(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.NodeExpressions.Builder.mergeFrom(RoutesConstraintProto.NodeExpressions other) RoutesConstraintProto.NodeExpressions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RoutesConstraintProto.NodeExpressions.Builder.mergeFrom(com.google.protobuf.Message other) RoutesConstraintProto.NodeExpressions.newBuilder()RoutesConstraintProto.NodeExpressions.newBuilder(RoutesConstraintProto.NodeExpressions prototype) RoutesConstraintProto.NodeExpressions.newBuilderForType()RoutesConstraintProto.NodeExpressions.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RoutesConstraintProto.NodeExpressions.Builder.removeExprs(int index) The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.NodeExpressions.Builder.setExprs(int index, LinearExpressionProto value) The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.NodeExpressions.Builder.setExprs(int index, LinearExpressionProto.Builder builderForValue) The i-th element is the linear expression associated with the i-th node.RoutesConstraintProto.NodeExpressions.toBuilder()Methods in com.google.ortools.sat that return types with arguments of type RoutesConstraintProto.NodeExpressions.BuilderModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.getDimensionsBuilderList()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 with parameters of type RoutesConstraintProto.NodeExpressions.BuilderModifier and TypeMethodDescriptionRoutesConstraintProto.Builder.addDimensions(int index, RoutesConstraintProto.NodeExpressions.Builder builderForValue) 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.Builder.addDimensions(RoutesConstraintProto.NodeExpressions.Builder builderForValue) 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.Builder.setDimensions(int index, RoutesConstraintProto.NodeExpressions.Builder builderForValue) 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.