Uses of Class
com.google.ortools.sat.LinearBooleanConstraint
-
Packages that use LinearBooleanConstraint Package Description com.google.ortools.sat -
-
Uses of LinearBooleanConstraint in com.google.ortools.sat
Fields in com.google.ortools.sat with type parameters of type LinearBooleanConstraint Modifier and Type Field Description static com.google.protobuf.Parser<LinearBooleanConstraint>LinearBooleanConstraint. PARSERDeprecated.Methods in com.google.ortools.sat that return LinearBooleanConstraint Modifier and Type Method Description LinearBooleanConstraintLinearBooleanConstraint.Builder. build()LinearBooleanConstraintLinearBooleanConstraint.Builder. buildPartial()LinearBooleanConstraintLinearBooleanProblem.Builder. getConstraints(int index)The constraints of the problem.LinearBooleanConstraintLinearBooleanProblem. getConstraints(int index)The constraints of the problem.LinearBooleanConstraintLinearBooleanProblemOrBuilder. getConstraints(int index)The constraints of the problem.static LinearBooleanConstraintLinearBooleanConstraint. getDefaultInstance()LinearBooleanConstraintLinearBooleanConstraint.Builder. getDefaultInstanceForType()LinearBooleanConstraintLinearBooleanConstraint. getDefaultInstanceForType()static LinearBooleanConstraintLinearBooleanConstraint. parseDelimitedFrom(java.io.InputStream input)static LinearBooleanConstraintLinearBooleanConstraint. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(byte[] data)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(com.google.protobuf.ByteString data)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(com.google.protobuf.CodedInputStream input)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(java.io.InputStream input)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(java.nio.ByteBuffer data)static LinearBooleanConstraintLinearBooleanConstraint. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.ortools.sat that return types with arguments of type LinearBooleanConstraint Modifier and Type Method Description java.util.List<LinearBooleanConstraint>LinearBooleanProblem.Builder. getConstraintsList()The constraints of the problem.java.util.List<LinearBooleanConstraint>LinearBooleanProblem. getConstraintsList()The constraints of the problem.java.util.List<LinearBooleanConstraint>LinearBooleanProblemOrBuilder. getConstraintsList()The constraints of the problem.com.google.protobuf.Parser<LinearBooleanConstraint>LinearBooleanConstraint. getParserForType()static com.google.protobuf.Parser<LinearBooleanConstraint>LinearBooleanConstraint. parser()Methods in com.google.ortools.sat with parameters of type LinearBooleanConstraint Modifier and Type Method Description LinearBooleanProblem.BuilderLinearBooleanProblem.Builder. addConstraints(int index, LinearBooleanConstraint value)The constraints of the problem.LinearBooleanProblem.BuilderLinearBooleanProblem.Builder. addConstraints(LinearBooleanConstraint value)The constraints of the problem.LinearBooleanConstraint.BuilderLinearBooleanConstraint.Builder. mergeFrom(LinearBooleanConstraint other)static LinearBooleanConstraint.BuilderLinearBooleanConstraint. newBuilder(LinearBooleanConstraint prototype)LinearBooleanProblem.BuilderLinearBooleanProblem.Builder. setConstraints(int index, LinearBooleanConstraint value)The constraints of the problem.Method parameters in com.google.ortools.sat with type arguments of type LinearBooleanConstraint Modifier and Type Method Description LinearBooleanProblem.BuilderLinearBooleanProblem.Builder. addAllConstraints(java.lang.Iterable<? extends LinearBooleanConstraint> values)The constraints of the problem.
-