Uses of Class
operations_research.pdlp.SolveLogOuterClass.PointMetadata.Builder
Packages that use SolveLogOuterClass.PointMetadata.Builder
-
Uses of SolveLogOuterClass.PointMetadata.Builder in operations_research.pdlp
Methods in operations_research.pdlp that return SolveLogOuterClass.PointMetadata.BuilderModifier and TypeMethodDescriptionSolveLogOuterClass.PointMetadata.Builder.addAllRandomDualProjections(Iterable<? extends Double> values) Projections of the dual solution onto random planes.SolveLogOuterClass.PointMetadata.Builder.addAllRandomPrimalProjections(Iterable<? extends Double> values) Projections of the primal solution onto random planes.SolveLogOuterClass.IterationStats.Builder.addPointMetadataBuilder()Auxiliary statistics for each type of point.SolveLogOuterClass.IterationStats.Builder.addPointMetadataBuilder(int index) Auxiliary statistics for each type of point.SolveLogOuterClass.PointMetadata.Builder.addRandomDualProjections(double value) Projections of the dual solution onto random planes.SolveLogOuterClass.PointMetadata.Builder.addRandomPrimalProjections(double value) Projections of the primal solution onto random planes.SolveLogOuterClass.PointMetadata.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SolveLogOuterClass.PointMetadata.Builder.clear()SolveLogOuterClass.PointMetadata.Builder.clearActiveDualVariableChange()The number of dual variables that have a different bound status than they did at the last restart.SolveLogOuterClass.PointMetadata.Builder.clearActiveDualVariableCount()The number of dual variables that are not at their bounds.SolveLogOuterClass.PointMetadata.Builder.clearActivePrimalVariableChange()The number of primal variables that have a different bound status than they did at the last restart.SolveLogOuterClass.PointMetadata.Builder.clearActivePrimalVariableCount()The number of primal variables that are not at their bounds.SolveLogOuterClass.PointMetadata.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) SolveLogOuterClass.PointMetadata.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) SolveLogOuterClass.PointMetadata.Builder.clearPointType()Type of the point that this metadata corresponds to.SolveLogOuterClass.PointMetadata.Builder.clearRandomDualProjections()Projections of the dual solution onto random planes.SolveLogOuterClass.PointMetadata.Builder.clearRandomPrimalProjections()Projections of the primal solution onto random planes.SolveLogOuterClass.PointMetadata.Builder.clone()SolveLogOuterClass.IterationStats.Builder.getPointMetadataBuilder(int index) Auxiliary statistics for each type of point.SolveLogOuterClass.PointMetadata.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SolveLogOuterClass.PointMetadata.Builder.mergeFrom(com.google.protobuf.Message other) SolveLogOuterClass.PointMetadata.Builder.mergeFrom(SolveLogOuterClass.PointMetadata other) SolveLogOuterClass.PointMetadata.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SolveLogOuterClass.PointMetadata.newBuilder()SolveLogOuterClass.PointMetadata.newBuilder(SolveLogOuterClass.PointMetadata prototype) SolveLogOuterClass.PointMetadata.newBuilderForType()protected SolveLogOuterClass.PointMetadata.BuilderSolveLogOuterClass.PointMetadata.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) SolveLogOuterClass.PointMetadata.Builder.setActiveDualVariableChange(long value) The number of dual variables that have a different bound status than they did at the last restart.SolveLogOuterClass.PointMetadata.Builder.setActiveDualVariableCount(long value) The number of dual variables that are not at their bounds.SolveLogOuterClass.PointMetadata.Builder.setActivePrimalVariableChange(long value) The number of primal variables that have a different bound status than they did at the last restart.SolveLogOuterClass.PointMetadata.Builder.setActivePrimalVariableCount(long value) The number of primal variables that are not at their bounds.SolveLogOuterClass.PointMetadata.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) SolveLogOuterClass.PointMetadata.Builder.setPointType(SolveLogOuterClass.PointType value) Type of the point that this metadata corresponds to.SolveLogOuterClass.PointMetadata.Builder.setRandomDualProjections(int index, double value) Projections of the dual solution onto random planes.SolveLogOuterClass.PointMetadata.Builder.setRandomPrimalProjections(int index, double value) Projections of the primal solution onto random planes.SolveLogOuterClass.PointMetadata.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SolveLogOuterClass.PointMetadata.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) SolveLogOuterClass.PointMetadata.toBuilder()Methods in operations_research.pdlp that return types with arguments of type SolveLogOuterClass.PointMetadata.BuilderModifier and TypeMethodDescriptionSolveLogOuterClass.IterationStats.Builder.getPointMetadataBuilderList()Auxiliary statistics for each type of point.Methods in operations_research.pdlp with parameters of type SolveLogOuterClass.PointMetadata.BuilderModifier and TypeMethodDescriptionSolveLogOuterClass.IterationStats.Builder.addPointMetadata(int index, SolveLogOuterClass.PointMetadata.Builder builderForValue) Auxiliary statistics for each type of point.SolveLogOuterClass.IterationStats.Builder.addPointMetadata(SolveLogOuterClass.PointMetadata.Builder builderForValue) Auxiliary statistics for each type of point.SolveLogOuterClass.IterationStats.Builder.setPointMetadata(int index, SolveLogOuterClass.PointMetadata.Builder builderForValue) Auxiliary statistics for each type of point.