Package | Description |
---|---|
com.google.ortools.algorithms | |
com.google.ortools.util |
Modifier and Type | Method and Description |
---|---|
Int128OrBuilder |
SetCoverSolutionResponseOrBuilder.getFingerprintOrBuilder()
An automatically fingerprint for the solution.
|
Int128OrBuilder |
SetCoverProto.getFingerprintOrBuilder()
An automatically fingerprint for the model.
|
Int128OrBuilder |
SetCoverProto.Builder.getFingerprintOrBuilder()
An automatically fingerprint for the model.
|
Int128OrBuilder |
SetCoverSolutionResponse.getFingerprintOrBuilder()
An automatically fingerprint for the solution.
|
Int128OrBuilder |
SetCoverSolutionResponse.Builder.getFingerprintOrBuilder()
An automatically fingerprint for the solution.
|
Int128OrBuilder |
SetCoverProtoOrBuilder.getFingerprintOrBuilder()
An automatically fingerprint for the model.
|
Int128OrBuilder |
SetCoverSolutionResponseOrBuilder.getModelFingerprintOrBuilder()
A reference to the model the solution applies to.
|
Int128OrBuilder |
SetCoverSolutionResponse.getModelFingerprintOrBuilder()
A reference to the model the solution applies to.
|
Int128OrBuilder |
SetCoverSolutionResponse.Builder.getModelFingerprintOrBuilder()
A reference to the model the solution applies to.
|
Modifier and Type | Class and Description |
---|---|
class |
Int128
The low 64 bits are stored in "low", and the high 64-bits (including the
sign) are stored in "high".
|
static class |
Int128.Builder
The low 64 bits are stored in "low", and the high 64-bits (including the
sign) are stored in "high".
|
Copyright © 2025. All rights reserved.