Uses of Interface
com.google.ortools.linearsolver.MPModelProto.AnnotationOrBuilder
Packages that use MPModelProto.AnnotationOrBuilder
-
Uses of MPModelProto.AnnotationOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement MPModelProto.AnnotationOrBuilderModifier and TypeClassDescriptionstatic final class
Annotations can be freely added by users who want to attach arbitrary payload to the model's variables or constraints.static final class
Annotations can be freely added by users who want to attach arbitrary payload to the model's variables or constraints.Methods in com.google.ortools.linearsolver that return MPModelProto.AnnotationOrBuilderModifier and TypeMethodDescriptionMPModelProto.Builder.getAnnotationOrBuilder
(int index) repeated .operations_research.MPModelProto.Annotation annotation = 9;
MPModelProto.getAnnotationOrBuilder
(int index) repeated .operations_research.MPModelProto.Annotation annotation = 9;
MPModelProtoOrBuilder.getAnnotationOrBuilder
(int index) repeated .operations_research.MPModelProto.Annotation annotation = 9;
Methods in com.google.ortools.linearsolver that return types with arguments of type MPModelProto.AnnotationOrBuilderModifier and TypeMethodDescriptionList
<? extends MPModelProto.AnnotationOrBuilder> MPModelProto.Builder.getAnnotationOrBuilderList()
repeated .operations_research.MPModelProto.Annotation annotation = 9;
List
<? extends MPModelProto.AnnotationOrBuilder> MPModelProto.getAnnotationOrBuilderList()
repeated .operations_research.MPModelProto.Annotation annotation = 9;
List
<? extends MPModelProto.AnnotationOrBuilder> MPModelProtoOrBuilder.getAnnotationOrBuilderList()
repeated .operations_research.MPModelProto.Annotation annotation = 9;