Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Method and Description |
---|---|
OptionalDouble |
OptionalDouble.Builder.build() |
OptionalDouble |
OptionalDouble.Builder.buildPartial() |
static OptionalDouble |
OptionalDouble.getDefaultInstance() |
OptionalDouble |
OptionalDouble.getDefaultInstanceForType() |
OptionalDouble |
OptionalDouble.Builder.getDefaultInstanceForType() |
OptionalDouble |
MPSolverCommonParametersOrBuilder.getDualTolerance()
Tolerance for dual feasibility.
|
OptionalDouble |
MPSolverCommonParameters.getDualTolerance()
Tolerance for dual feasibility.
|
OptionalDouble |
MPSolverCommonParameters.Builder.getDualTolerance()
Tolerance for dual feasibility.
|
OptionalDouble |
MPSolverCommonParametersOrBuilder.getPrimalTolerance()
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
|
OptionalDouble |
MPSolverCommonParameters.getPrimalTolerance()
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
|
OptionalDouble |
MPSolverCommonParameters.Builder.getPrimalTolerance()
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
|
OptionalDouble |
MPSolverCommonParametersOrBuilder.getRelativeMipGap()
The solver stops if the relative MIP gap reaches this value or below.
|
OptionalDouble |
MPSolverCommonParameters.getRelativeMipGap()
The solver stops if the relative MIP gap reaches this value or below.
|
OptionalDouble |
MPSolverCommonParameters.Builder.getRelativeMipGap()
The solver stops if the relative MIP gap reaches this value or below.
|
static OptionalDouble |
OptionalDouble.parseDelimitedFrom(java.io.InputStream input) |
static OptionalDouble |
OptionalDouble.parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OptionalDouble |
OptionalDouble.parseFrom(byte[] data) |
static OptionalDouble |
OptionalDouble.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OptionalDouble |
OptionalDouble.parseFrom(java.nio.ByteBuffer data) |
static OptionalDouble |
OptionalDouble.parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OptionalDouble |
OptionalDouble.parseFrom(com.google.protobuf.ByteString data) |
static OptionalDouble |
OptionalDouble.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OptionalDouble |
OptionalDouble.parseFrom(com.google.protobuf.CodedInputStream input) |
static OptionalDouble |
OptionalDouble.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OptionalDouble |
OptionalDouble.parseFrom(java.io.InputStream input) |
static OptionalDouble |
OptionalDouble.parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<OptionalDouble> |
OptionalDouble.getParserForType() |
static com.google.protobuf.Parser<OptionalDouble> |
OptionalDouble.parser() |
Modifier and Type | Method and Description |
---|---|
MPSolverCommonParameters.Builder |
MPSolverCommonParameters.Builder.mergeDualTolerance(OptionalDouble value)
Tolerance for dual feasibility.
|
OptionalDouble.Builder |
OptionalDouble.Builder.mergeFrom(OptionalDouble other) |
MPSolverCommonParameters.Builder |
MPSolverCommonParameters.Builder.mergePrimalTolerance(OptionalDouble value)
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
|
MPSolverCommonParameters.Builder |
MPSolverCommonParameters.Builder.mergeRelativeMipGap(OptionalDouble value)
The solver stops if the relative MIP gap reaches this value or below.
|
static OptionalDouble.Builder |
OptionalDouble.newBuilder(OptionalDouble prototype) |
MPSolverCommonParameters.Builder |
MPSolverCommonParameters.Builder.setDualTolerance(OptionalDouble value)
Tolerance for dual feasibility.
|
MPSolverCommonParameters.Builder |
MPSolverCommonParameters.Builder.setPrimalTolerance(OptionalDouble value)
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
|
MPSolverCommonParameters.Builder |
MPSolverCommonParameters.Builder.setRelativeMipGap(OptionalDouble value)
The solver stops if the relative MIP gap reaches this value or below.
|
Copyright © 2025. All rights reserved.