Package | Description |
---|---|
com.google.ortools.pdlp |
Modifier and Type | Method and Description |
---|---|
SolveLog.Builder |
SolveLog.Builder.addAllFeasibilityPolishingDetails(java.lang.Iterable<? extends FeasibilityPolishingDetails> values)
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.addAllIterationStats(java.lang.Iterable<? extends IterationStats> values)
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.addFeasibilityPolishingDetails(FeasibilityPolishingDetails.Builder builderForValue)
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.addFeasibilityPolishingDetails(FeasibilityPolishingDetails value)
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.addFeasibilityPolishingDetails(int index,
FeasibilityPolishingDetails.Builder builderForValue)
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.addFeasibilityPolishingDetails(int index,
FeasibilityPolishingDetails value)
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.addIterationStats(int index,
IterationStats.Builder builderForValue)
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.addIterationStats(int index,
IterationStats value)
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.addIterationStats(IterationStats.Builder builderForValue)
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.addIterationStats(IterationStats value)
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.clear() |
SolveLog.Builder |
SolveLog.Builder.clearFeasibilityPolishingDetails()
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.clearInstanceName()
The name of the optimization problem.
|
SolveLog.Builder |
SolveLog.Builder.clearIterationCount()
The total number of iterations during the solve.
|
SolveLog.Builder |
SolveLog.Builder.clearIterationStats()
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.clearOriginalProblemStats()
Statistics of the original problem.
|
SolveLog.Builder |
SolveLog.Builder.clearParams()
If solved with PDLP, the parameters for this solve.
|
SolveLog.Builder |
SolveLog.Builder.clearPreprocessedProblemStats()
Statistics of the problem after preprocessing.
|
SolveLog.Builder |
SolveLog.Builder.clearPreprocessingTimeSec()
Time for preprocessing (everything before iteration 0).
|
SolveLog.Builder |
SolveLog.Builder.clearSolutionStats()
The `IterationStats` for the final iteration of the solver.
|
SolveLog.Builder |
SolveLog.Builder.clearSolutionType()
The type of the output point that the solver returned.
|
SolveLog.Builder |
SolveLog.Builder.clearSolveTimeSec()
The runtime of the solve.
|
SolveLog.Builder |
SolveLog.Builder.clearTerminationReason()
The reason that the solve terminated.
|
SolveLog.Builder |
SolveLog.Builder.clearTerminationString()
Optional extra information about the termination reason.
|
SolveLog.Builder |
SolveLog.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SolveLog.Builder |
SolveLog.Builder.mergeFrom(com.google.protobuf.Message other) |
SolveLog.Builder |
SolveLog.Builder.mergeFrom(SolveLog other) |
SolveLog.Builder |
SolveLog.Builder.mergeOriginalProblemStats(QuadraticProgramStats value)
Statistics of the original problem.
|
SolveLog.Builder |
SolveLog.Builder.mergeParams(PrimalDualHybridGradientParams value)
If solved with PDLP, the parameters for this solve.
|
SolveLog.Builder |
SolveLog.Builder.mergePreprocessedProblemStats(QuadraticProgramStats value)
Statistics of the problem after preprocessing.
|
SolveLog.Builder |
SolveLog.Builder.mergeSolutionStats(IterationStats value)
The `IterationStats` for the final iteration of the solver.
|
static SolveLog.Builder |
SolveLog.newBuilder() |
static SolveLog.Builder |
SolveLog.newBuilder(SolveLog prototype) |
SolveLog.Builder |
SolveLog.newBuilderForType() |
protected SolveLog.Builder |
SolveLog.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
SolveLog.Builder |
SolveLog.Builder.removeFeasibilityPolishingDetails(int index)
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.removeIterationStats(int index)
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.setFeasibilityPolishingDetails(int index,
FeasibilityPolishingDetails.Builder builderForValue)
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.setFeasibilityPolishingDetails(int index,
FeasibilityPolishingDetails value)
If solving with `use_feasibility_polishing`, details about the primal and
dual feasibility polishing phases.
|
SolveLog.Builder |
SolveLog.Builder.setInstanceName(java.lang.String value)
The name of the optimization problem.
|
SolveLog.Builder |
SolveLog.Builder.setInstanceNameBytes(com.google.protobuf.ByteString value)
The name of the optimization problem.
|
SolveLog.Builder |
SolveLog.Builder.setIterationCount(int value)
The total number of iterations during the solve.
|
SolveLog.Builder |
SolveLog.Builder.setIterationStats(int index,
IterationStats.Builder builderForValue)
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.setIterationStats(int index,
IterationStats value)
A history of iteration stats for the solve.
|
SolveLog.Builder |
SolveLog.Builder.setOriginalProblemStats(QuadraticProgramStats.Builder builderForValue)
Statistics of the original problem.
|
SolveLog.Builder |
SolveLog.Builder.setOriginalProblemStats(QuadraticProgramStats value)
Statistics of the original problem.
|
SolveLog.Builder |
SolveLog.Builder.setParams(PrimalDualHybridGradientParams.Builder builderForValue)
If solved with PDLP, the parameters for this solve.
|
SolveLog.Builder |
SolveLog.Builder.setParams(PrimalDualHybridGradientParams value)
If solved with PDLP, the parameters for this solve.
|
SolveLog.Builder |
SolveLog.Builder.setPreprocessedProblemStats(QuadraticProgramStats.Builder builderForValue)
Statistics of the problem after preprocessing.
|
SolveLog.Builder |
SolveLog.Builder.setPreprocessedProblemStats(QuadraticProgramStats value)
Statistics of the problem after preprocessing.
|
SolveLog.Builder |
SolveLog.Builder.setPreprocessingTimeSec(double value)
Time for preprocessing (everything before iteration 0).
|
SolveLog.Builder |
SolveLog.Builder.setSolutionStats(IterationStats.Builder builderForValue)
The `IterationStats` for the final iteration of the solver.
|
SolveLog.Builder |
SolveLog.Builder.setSolutionStats(IterationStats value)
The `IterationStats` for the final iteration of the solver.
|
SolveLog.Builder |
SolveLog.Builder.setSolutionType(PointType value)
The type of the output point that the solver returned.
|
SolveLog.Builder |
SolveLog.Builder.setSolveTimeSec(double value)
The runtime of the solve.
|
SolveLog.Builder |
SolveLog.Builder.setTerminationReason(TerminationReason value)
The reason that the solve terminated.
|
SolveLog.Builder |
SolveLog.Builder.setTerminationString(java.lang.String value)
Optional extra information about the termination reason.
|
SolveLog.Builder |
SolveLog.Builder.setTerminationStringBytes(com.google.protobuf.ByteString value)
Optional extra information about the termination reason.
|
SolveLog.Builder |
SolveLog.toBuilder() |
Copyright © 2025. All rights reserved.