Package | Description |
---|---|
com.google.ortools.algorithms | |
com.google.ortools.util |
Modifier and Type | Method and Description |
---|---|
Int128.Builder |
SetCoverProto.Builder.getFingerprintBuilder()
An automatically fingerprint for the model.
|
Int128.Builder |
SetCoverSolutionResponse.Builder.getFingerprintBuilder()
An automatically fingerprint for the solution.
|
Int128.Builder |
SetCoverSolutionResponse.Builder.getModelFingerprintBuilder()
A reference to the model the solution applies to.
|
Modifier and Type | Method and Description |
---|---|
SetCoverProto.Builder |
SetCoverProto.Builder.setFingerprint(Int128.Builder builderForValue)
An automatically fingerprint for the model.
|
SetCoverSolutionResponse.Builder |
SetCoverSolutionResponse.Builder.setFingerprint(Int128.Builder builderForValue)
An automatically fingerprint for the solution.
|
SetCoverSolutionResponse.Builder |
SetCoverSolutionResponse.Builder.setModelFingerprint(Int128.Builder builderForValue)
A reference to the model the solution applies to.
|
Modifier and Type | Method and Description |
---|---|
Int128.Builder |
Int128.Builder.clear() |
Int128.Builder |
Int128.Builder.clearHigh()
int64 high = 1; |
Int128.Builder |
Int128.Builder.clearLow()
uint64 low = 2; |
Int128.Builder |
Int128.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Int128.Builder |
Int128.Builder.mergeFrom(Int128 other) |
Int128.Builder |
Int128.Builder.mergeFrom(com.google.protobuf.Message other) |
static Int128.Builder |
Int128.newBuilder() |
static Int128.Builder |
Int128.newBuilder(Int128 prototype) |
Int128.Builder |
Int128.newBuilderForType() |
protected Int128.Builder |
Int128.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
Int128.Builder |
Int128.Builder.setHigh(long value)
int64 high = 1; |
Int128.Builder |
Int128.Builder.setLow(long value)
uint64 low = 2; |
Int128.Builder |
Int128.toBuilder() |
Copyright © 2025. All rights reserved.