Uses of Interface
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
-
Packages that use MPConstraintProtoOrBuilder Package Description com.google.ortools.linearsolver -
-
Uses of MPConstraintProtoOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement MPConstraintProtoOrBuilder Modifier and Type Class Description classMPConstraintProtoA linear constraint is always of the form: lower_bound <= sum of linear term elements <= upper_bound, where lower_bound and upper_bound: - Can form a singleton: lower_bound == upper_bound.static classMPConstraintProto.BuilderA linear constraint is always of the form: lower_bound <= sum of linear term elements <= upper_bound, where lower_bound and upper_bound: - Can form a singleton: lower_bound == upper_bound.Methods in com.google.ortools.linearsolver that return MPConstraintProtoOrBuilder Modifier and Type Method Description MPConstraintProtoOrBuilderMPIndicatorConstraint.Builder. getConstraintOrBuilder()The constraint activated by the indicator variable.MPConstraintProtoOrBuilderMPIndicatorConstraint. getConstraintOrBuilder()The constraint activated by the indicator variable.MPConstraintProtoOrBuilderMPIndicatorConstraintOrBuilder. getConstraintOrBuilder()The constraint activated by the indicator variable.MPConstraintProtoOrBuilderMPModelProto.Builder. getConstraintOrBuilder(int index)All the constraints appearing in the model.MPConstraintProtoOrBuilderMPModelProto. getConstraintOrBuilder(int index)All the constraints appearing in the model.MPConstraintProtoOrBuilderMPModelProtoOrBuilder. getConstraintOrBuilder(int index)All the constraints appearing in the model.Methods in com.google.ortools.linearsolver that return types with arguments of type MPConstraintProtoOrBuilder Modifier and Type Method Description java.util.List<? extends MPConstraintProtoOrBuilder>MPModelProto.Builder. getConstraintOrBuilderList()All the constraints appearing in the model.java.util.List<? extends MPConstraintProtoOrBuilder>MPModelProto. getConstraintOrBuilderList()All the constraints appearing in the model.java.util.List<? extends MPConstraintProtoOrBuilder>MPModelProtoOrBuilder. getConstraintOrBuilderList()All the constraints appearing in the model.
-