Uses of Class
com.google.ortools.sat.LinearArgumentProto
Packages that use LinearArgumentProto
-
Uses of LinearArgumentProto in com.google.ortools.sat
Methods in com.google.ortools.sat that return LinearArgumentProtoModifier and TypeMethodDescriptionLinearArgumentProto.Builder.build()LinearArgumentProto.Builder.buildPartial()static LinearArgumentProtoLinearArgumentProto.getDefaultInstance()LinearArgumentProto.Builder.getDefaultInstanceForType()LinearArgumentProto.getDefaultInstanceForType()ConstraintProto.Builder.getIntDiv()The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProto.getIntDiv()The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProtoOrBuilder.getIntDiv()The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProto.Builder.getIntMod()The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProto.getIntMod()The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProtoOrBuilder.getIntMod()The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProto.Builder.getIntProd()The int_prod constraint forces the target to equal the product of all variables.ConstraintProto.getIntProd()The int_prod constraint forces the target to equal the product of all variables.ConstraintProtoOrBuilder.getIntProd()The int_prod constraint forces the target to equal the product of all variables.ConstraintProto.Builder.getLinMax()The lin_max constraint forces the target to equal the maximum of all linear expressions.ConstraintProto.getLinMax()The lin_max constraint forces the target to equal the maximum of all linear expressions.ConstraintProtoOrBuilder.getLinMax()The lin_max constraint forces the target to equal the maximum of all linear expressions.static LinearArgumentProtoLinearArgumentProto.parseDelimitedFrom(InputStream input) static LinearArgumentProtoLinearArgumentProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearArgumentProtoLinearArgumentProto.parseFrom(byte[] data) static LinearArgumentProtoLinearArgumentProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearArgumentProtoLinearArgumentProto.parseFrom(com.google.protobuf.ByteString data) static LinearArgumentProtoLinearArgumentProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearArgumentProtoLinearArgumentProto.parseFrom(com.google.protobuf.CodedInputStream input) static LinearArgumentProtoLinearArgumentProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearArgumentProtoLinearArgumentProto.parseFrom(InputStream input) static LinearArgumentProtoLinearArgumentProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearArgumentProtoLinearArgumentProto.parseFrom(ByteBuffer data) static LinearArgumentProtoLinearArgumentProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type LinearArgumentProtoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<LinearArgumentProto> LinearArgumentProto.getParserForType()static com.google.protobuf.Parser<LinearArgumentProto> LinearArgumentProto.parser()Methods in com.google.ortools.sat with parameters of type LinearArgumentProtoModifier and TypeMethodDescriptionLinearArgumentProto.Builder.mergeFrom(LinearArgumentProto other) ConstraintProto.Builder.mergeIntDiv(LinearArgumentProto value) The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProto.Builder.mergeIntMod(LinearArgumentProto value) The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProto.Builder.mergeIntProd(LinearArgumentProto value) The int_prod constraint forces the target to equal the product of all variables.ConstraintProto.Builder.mergeLinMax(LinearArgumentProto value) The lin_max constraint forces the target to equal the maximum of all linear expressions.static LinearArgumentProto.BuilderLinearArgumentProto.newBuilder(LinearArgumentProto prototype) ConstraintProto.Builder.setIntDiv(LinearArgumentProto value) The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProto.Builder.setIntMod(LinearArgumentProto value) The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProto.Builder.setIntProd(LinearArgumentProto value) The int_prod constraint forces the target to equal the product of all variables.ConstraintProto.Builder.setLinMax(LinearArgumentProto value) The lin_max constraint forces the target to equal the maximum of all linear expressions.