Uses of Interface
com.google.ortools.linearsolver.MPVariableProtoOrBuilder
Packages that use MPVariableProtoOrBuilder
-
Uses of MPVariableProtoOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement MPVariableProtoOrBuilderModifier and TypeClassDescriptionfinal classA variable is always constrained in the form: lower_bound <= x <= upper_bound where lower_bound and upper_bound: - Can form a singleton: x = constant = lower_bound = upper_boundstatic final classA variable is always constrained in the form: lower_bound <= x <= upper_bound where lower_bound and upper_bound: - Can form a singleton: x = constant = lower_bound = upper_boundMethods in com.google.ortools.linearsolver that return MPVariableProtoOrBuilderModifier and TypeMethodDescriptionMPModelProto.Builder.getVariableOrBuilder(int index) All the variables appearing in the model.MPModelProto.getVariableOrBuilder(int index) All the variables appearing in the model.MPModelProtoOrBuilder.getVariableOrBuilder(int index) All the variables appearing in the model.Methods in com.google.ortools.linearsolver that return types with arguments of type MPVariableProtoOrBuilderModifier and TypeMethodDescriptionList<? extends MPVariableProtoOrBuilder> MPModelProto.Builder.getVariableOrBuilderList()All the variables appearing in the model.List<? extends MPVariableProtoOrBuilder> MPModelProto.getVariableOrBuilderList()All the variables appearing in the model.List<? extends MPVariableProtoOrBuilder> MPModelProtoOrBuilder.getVariableOrBuilderList()All the variables appearing in the model.