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 LinearBooleanConstraint
LinearBooleanConstraint.getDefaultInstance()
LinearBooleanConstraint.Builder.getDefaultInstanceForType()
LinearBooleanConstraint.getDefaultInstanceForType()
static LinearBooleanConstraint
LinearBooleanConstraint.parseDelimitedFrom
(InputStream input) static LinearBooleanConstraint
LinearBooleanConstraint.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(byte[] data) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(com.google.protobuf.ByteString data) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(com.google.protobuf.CodedInputStream input) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(InputStream input) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LinearBooleanConstraint
LinearBooleanConstraint.parseFrom
(ByteBuffer data) static LinearBooleanConstraint
LinearBooleanConstraint.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.