Uses of Interface
com.google.ortools.sat.LinearArgumentProtoOrBuilder
Packages that use LinearArgumentProtoOrBuilder
-
Uses of LinearArgumentProtoOrBuilder in com.google.ortools.sat
Classes in com.google.ortools.sat that implement LinearArgumentProtoOrBuilderModifier and TypeClassDescriptionfinal class
Protobuf typeoperations_research.sat.LinearArgumentProto
static final class
Protobuf typeoperations_research.sat.LinearArgumentProto
Methods in com.google.ortools.sat that return LinearArgumentProtoOrBuilderModifier and TypeMethodDescriptionConstraintProto.Builder.getIntDivOrBuilder()
The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProto.getIntDivOrBuilder()
The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProtoOrBuilder.getIntDivOrBuilder()
The int_div constraint forces the target to equal exprs[0] / exprs[1].ConstraintProto.Builder.getIntModOrBuilder()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProto.getIntModOrBuilder()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProtoOrBuilder.getIntModOrBuilder()
The int_mod constraint forces the target to equal exprs[0] % exprs[1].ConstraintProto.Builder.getIntProdOrBuilder()
The int_prod constraint forces the target to equal the product of all variables.ConstraintProto.getIntProdOrBuilder()
The int_prod constraint forces the target to equal the product of all variables.ConstraintProtoOrBuilder.getIntProdOrBuilder()
The int_prod constraint forces the target to equal the product of all variables.ConstraintProto.Builder.getLinMaxOrBuilder()
The lin_max constraint forces the target to equal the maximum of all linear expressions.ConstraintProto.getLinMaxOrBuilder()
The lin_max constraint forces the target to equal the maximum of all linear expressions.ConstraintProtoOrBuilder.getLinMaxOrBuilder()
The lin_max constraint forces the target to equal the maximum of all linear expressions.