Uses of Interface
com.google.ortools.linearsolver.MPConstraintProtoOrBuilder
Packages that use MPConstraintProtoOrBuilder
-
Uses of MPConstraintProtoOrBuilder in com.google.ortools.linearsolver
Classes in com.google.ortools.linearsolver that implement MPConstraintProtoOrBuilderModifier and TypeClassDescriptionfinal classA 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 final classA 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 MPConstraintProtoOrBuilderModifier and TypeMethodDescriptionMPIndicatorConstraint.Builder.getConstraintOrBuilder()The constraint activated by the indicator variable.MPIndicatorConstraint.getConstraintOrBuilder()The constraint activated by the indicator variable.MPIndicatorConstraintOrBuilder.getConstraintOrBuilder()The constraint activated by the indicator variable.MPModelProto.Builder.getConstraintOrBuilder(int index) All the constraints appearing in the model.MPModelProto.getConstraintOrBuilder(int index) All the constraints appearing in the model.MPModelProtoOrBuilder.getConstraintOrBuilder(int index) All the constraints appearing in the model.Methods in com.google.ortools.linearsolver that return types with arguments of type MPConstraintProtoOrBuilderModifier and TypeMethodDescriptionList<? extends MPConstraintProtoOrBuilder> MPModelProto.Builder.getConstraintOrBuilderList()All the constraints appearing in the model.List<? extends MPConstraintProtoOrBuilder> MPModelProto.getConstraintOrBuilderList()All the constraints appearing in the model.List<? extends MPConstraintProtoOrBuilder> MPModelProtoOrBuilder.getConstraintOrBuilderList()All the constraints appearing in the model.