Uses of Class
com.google.ortools.sat.ArcLpValue.Builder
Packages that use ArcLpValue.Builder
-
Uses of ArcLpValue.Builder in com.google.ortools.sat
Subclasses with type arguments of type ArcLpValue.Builder in com.google.ortools.satModifier and TypeClassDescriptionstatic final class
An arc of a routes constraint, with its LP value.Methods in com.google.ortools.sat that return ArcLpValue.BuilderModifier and TypeMethodDescriptionRoutesSupportGraphProto.Builder.addArcLpValuesBuilder()
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
RoutesSupportGraphProto.Builder.addArcLpValuesBuilder
(int index) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
ArcLpValue.Builder.clear()
ArcLpValue.Builder.clearHead()
optional int32 head = 2;
ArcLpValue.Builder.clearLpValue()
optional double lp_value = 3;
ArcLpValue.Builder.clearTail()
optional int32 tail = 1;
RoutesSupportGraphProto.Builder.getArcLpValuesBuilder
(int index) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
ArcLpValue.Builder.mergeFrom
(ArcLpValue other) ArcLpValue.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ArcLpValue.Builder.mergeFrom
(com.google.protobuf.Message other) static ArcLpValue.Builder
ArcLpValue.newBuilder()
static ArcLpValue.Builder
ArcLpValue.newBuilder
(ArcLpValue prototype) ArcLpValue.newBuilderForType()
protected ArcLpValue.Builder
ArcLpValue.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ArcLpValue.Builder.setHead
(int value) optional int32 head = 2;
ArcLpValue.Builder.setLpValue
(double value) optional double lp_value = 3;
ArcLpValue.Builder.setTail
(int value) optional int32 tail = 1;
ArcLpValue.toBuilder()
Methods in com.google.ortools.sat that return types with arguments of type ArcLpValue.BuilderModifier and TypeMethodDescriptionRoutesSupportGraphProto.Builder.getArcLpValuesBuilderList()
repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;
Methods in com.google.ortools.sat with parameters of type ArcLpValue.BuilderModifier and TypeMethodDescriptionRoutesSupportGraphProto.Builder.addArcLpValues
(int index, ArcLpValue.Builder builderForValue) 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.setArcLpValues
(int index, ArcLpValue.Builder builderForValue) repeated .operations_research.sat.ArcLpValue arc_lp_values = 1;