Uses of Interface
com.google.ortools.linearsolver.MPGeneralConstraintProtoOrBuilder
Packages that use MPGeneralConstraintProtoOrBuilder
-
Uses of MPGeneralConstraintProtoOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement MPGeneralConstraintProtoOrBuilderModifier and TypeClassDescriptionfinal classGeneral constraints.static final classGeneral constraints.Methods in com.google.ortools.linearsolver that return MPGeneralConstraintProtoOrBuilderModifier and TypeMethodDescriptionMPModelProto.Builder.getGeneralConstraintOrBuilder(int index) All the general constraints appearing in the model.MPModelProto.getGeneralConstraintOrBuilder(int index) All the general constraints appearing in the model.MPModelProtoOrBuilder.getGeneralConstraintOrBuilder(int index) All the general constraints appearing in the model.Methods in com.google.ortools.linearsolver that return types with arguments of type MPGeneralConstraintProtoOrBuilderModifier and TypeMethodDescriptionList<? extends MPGeneralConstraintProtoOrBuilder> MPModelProto.Builder.getGeneralConstraintOrBuilderList()All the general constraints appearing in the model.List<? extends MPGeneralConstraintProtoOrBuilder> MPModelProto.getGeneralConstraintOrBuilderList()All the general constraints appearing in the model.List<? extends MPGeneralConstraintProtoOrBuilder> MPModelProtoOrBuilder.getGeneralConstraintOrBuilderList()All the general constraints appearing in the model.