Package | Description |
---|---|
com.google.ortools.linearsolver |
Modifier and Type | Class and Description |
---|---|
class |
OptionalDouble
To support 'unspecified' double value in proto3, the simplest is to wrap
any double value in a nested message (has_XXX works for message fields).
|
static class |
OptionalDouble.Builder
To support 'unspecified' double value in proto3, the simplest is to wrap
any double value in a nested message (has_XXX works for message fields).
|
Modifier and Type | Method and Description |
---|---|
OptionalDoubleOrBuilder |
MPSolverCommonParametersOrBuilder.getDualToleranceOrBuilder()
Tolerance for dual feasibility.
|
OptionalDoubleOrBuilder |
MPSolverCommonParameters.getDualToleranceOrBuilder()
Tolerance for dual feasibility.
|
OptionalDoubleOrBuilder |
MPSolverCommonParameters.Builder.getDualToleranceOrBuilder()
Tolerance for dual feasibility.
|
OptionalDoubleOrBuilder |
MPSolverCommonParametersOrBuilder.getPrimalToleranceOrBuilder()
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
|
OptionalDoubleOrBuilder |
MPSolverCommonParameters.getPrimalToleranceOrBuilder()
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
|
OptionalDoubleOrBuilder |
MPSolverCommonParameters.Builder.getPrimalToleranceOrBuilder()
Tolerance for primal feasibility of basic solutions: this is the maximum
allowed error in constraint satisfiability.
|
OptionalDoubleOrBuilder |
MPSolverCommonParametersOrBuilder.getRelativeMipGapOrBuilder()
The solver stops if the relative MIP gap reaches this value or below.
|
OptionalDoubleOrBuilder |
MPSolverCommonParameters.getRelativeMipGapOrBuilder()
The solver stops if the relative MIP gap reaches this value or below.
|
OptionalDoubleOrBuilder |
MPSolverCommonParameters.Builder.getRelativeMipGapOrBuilder()
The solver stops if the relative MIP gap reaches this value or below.
|
Copyright © 2025. All rights reserved.