Uses of Class
com.google.ortools.sat.LinearBooleanConstraint
Packages that use LinearBooleanConstraint
-
Uses of LinearBooleanConstraint in com.google.ortools.sat
Methods in com.google.ortools.sat that return LinearBooleanConstraintModifier and TypeMethodDescriptionLinearBooleanConstraint.Builder.build()LinearBooleanConstraint.Builder.buildPartial()LinearBooleanProblem.Builder.getConstraints(int index) The constraints of the problem.LinearBooleanProblem.getConstraints(int index) The constraints of the problem.LinearBooleanProblemOrBuilder.getConstraints(int index) The constraints of the problem.static LinearBooleanConstraintLinearBooleanConstraint.getDefaultInstance()LinearBooleanConstraint.Builder.getDefaultInstanceForType()LinearBooleanConstraint.getDefaultInstanceForType()static LinearBooleanConstraintLinearBooleanConstraint.parseDelimitedFrom(InputStream input) static LinearBooleanConstraintLinearBooleanConstraint.parseDelimitedFrom(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(InputStream input) static LinearBooleanConstraintLinearBooleanConstraint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearBooleanConstraintLinearBooleanConstraint.parseFrom(ByteBuffer data) static LinearBooleanConstraintLinearBooleanConstraint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.sat that return types with arguments of type LinearBooleanConstraintModifier and TypeMethodDescriptionLinearBooleanProblem.Builder.getConstraintsList()The constraints of the problem.LinearBooleanProblem.getConstraintsList()The constraints of the problem.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 LinearBooleanConstraintModifier and TypeMethodDescriptionLinearBooleanProblem.Builder.addConstraints(int index, LinearBooleanConstraint value) The constraints of the problem.LinearBooleanProblem.Builder.addConstraints(LinearBooleanConstraint value) The constraints of the problem.LinearBooleanConstraint.Builder.mergeFrom(LinearBooleanConstraint other) LinearBooleanConstraint.newBuilder(LinearBooleanConstraint prototype) LinearBooleanProblem.Builder.setConstraints(int index, LinearBooleanConstraint value) The constraints of the problem.Method parameters in com.google.ortools.sat with type arguments of type LinearBooleanConstraintModifier and TypeMethodDescriptionLinearBooleanProblem.Builder.addAllConstraints(Iterable<? extends LinearBooleanConstraint> values) The constraints of the problem.