Uses of Interface
com.google.ortools.linearsolver.MPVariableProtoOrBuilder
-
Packages that use MPVariableProtoOrBuilder Package Description com.google.ortools.linearsolver -
-
Uses of MPVariableProtoOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement MPVariableProtoOrBuilder Modifier and Type Class Description classMPVariableProtoA 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_bound.static classMPVariableProto.BuilderA 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_bound.Methods in com.google.ortools.linearsolver that return MPVariableProtoOrBuilder Modifier and Type Method Description MPVariableProtoOrBuilderMPModelProto.Builder. getVariableOrBuilder(int index)All the variables appearing in the model.MPVariableProtoOrBuilderMPModelProto. getVariableOrBuilder(int index)All the variables appearing in the model.MPVariableProtoOrBuilderMPModelProtoOrBuilder. getVariableOrBuilder(int index)All the variables appearing in the model.Methods in com.google.ortools.linearsolver that return types with arguments of type MPVariableProtoOrBuilder Modifier and Type Method Description java.util.List<? extends MPVariableProtoOrBuilder>MPModelProto.Builder. getVariableOrBuilderList()All the variables appearing in the model.java.util.List<? extends MPVariableProtoOrBuilder>MPModelProto. getVariableOrBuilderList()All the variables appearing in the model.java.util.List<? extends MPVariableProtoOrBuilder>MPModelProtoOrBuilder. getVariableOrBuilderList()All the variables appearing in the model.
-