Uses of Class
com.google.ortools.sat.RoutesSupportGraphProto.Builder
Packages that use RoutesSupportGraphProto.Builder
-
Uses of RoutesSupportGraphProto.Builder in com.google.ortools.sat
Subclasses with type arguments of type RoutesSupportGraphProto.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final class
The arcs of a routes constraint which have non-zero LP values, in the LP relaxation of the problem.Methods in com.google.ortools.sat that return RoutesSupportGraphProto.BuilderModifier and TypeMethodDescriptionRoutesSupportGraphProto.Builder.addAllArcLpValues
(Iterable<? extends ArcLpValue> values) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.addArcLpValues
(int index, ArcLpValue value) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.addArcLpValues
(int index, ArcLpValue.Builder builderForValue) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.addArcLpValues
(ArcLpValue value) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.addArcLpValues
(ArcLpValue.Builder builderForValue) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.clear()
RoutesSupportGraphProto.Builder.clearArcLpValues()
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.mergeFrom
(RoutesSupportGraphProto other) RoutesSupportGraphProto.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RoutesSupportGraphProto.Builder.mergeFrom
(com.google.protobuf.Message other) RoutesSupportGraphProto.newBuilder()
RoutesSupportGraphProto.newBuilder
(RoutesSupportGraphProto prototype) RoutesSupportGraphProto.newBuilderForType()
protected RoutesSupportGraphProto.Builder
RoutesSupportGraphProto.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RoutesSupportGraphProto.Builder.removeArcLpValues
(int index) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.setArcLpValues
(int index, ArcLpValue value) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.setArcLpValues
(int index, ArcLpValue.Builder builderForValue) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.toBuilder()