Uses of Class
com.google.ortools.constraintsolver.SubSolverStatistics.Builder
Packages that use SubSolverStatistics.Builder
-
Uses of SubSolverStatistics.Builder in com.google.ortools.constraintsolver
Subclasses with type arguments of type SubSolverStatistics.Builder in com.google.ortools.constraintsolverModifier and TypeClassDescriptionstatic final classStatistics on sub-solvers.Methods in com.google.ortools.constraintsolver that return SubSolverStatistics.BuilderModifier and TypeMethodDescriptionSearchStatistics.Builder.addSubSolverStatisticsBuilder()Sub-solver statistics.SearchStatistics.Builder.addSubSolverStatisticsBuilder(int index) Sub-solver statistics.SubSolverStatistics.Builder.clear()SubSolverStatistics.Builder.clearNumCpSatCallsInLpScheduling()Number of calls to CP-SAT in LP scheduling.SubSolverStatistics.Builder.clearNumGlopCallsInLpScheduling()Number of calls to Glop in LP scheduling.SubSolverStatistics.Builder.clearNumMinCostFlowCalls()Number of calls to min cost flow.SearchStatistics.Builder.getSubSolverStatisticsBuilder(int index) Sub-solver statistics.SubSolverStatistics.Builder.mergeFrom(SubSolverStatistics other) SubSolverStatistics.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SubSolverStatistics.Builder.mergeFrom(com.google.protobuf.Message other) static SubSolverStatistics.BuilderSubSolverStatistics.newBuilder()static SubSolverStatistics.BuilderSubSolverStatistics.newBuilder(SubSolverStatistics prototype) SubSolverStatistics.newBuilderForType()protected SubSolverStatistics.BuilderSubSolverStatistics.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SubSolverStatistics.Builder.setNumCpSatCallsInLpScheduling(long value) Number of calls to CP-SAT in LP scheduling.SubSolverStatistics.Builder.setNumGlopCallsInLpScheduling(long value) Number of calls to Glop in LP scheduling.SubSolverStatistics.Builder.setNumMinCostFlowCalls(long value) Number of calls to min cost flow.SubSolverStatistics.toBuilder()Methods in com.google.ortools.constraintsolver that return types with arguments of type SubSolverStatistics.BuilderModifier and TypeMethodDescriptionSearchStatistics.Builder.getSubSolverStatisticsBuilderList()Sub-solver statistics.Methods in com.google.ortools.constraintsolver with parameters of type SubSolverStatistics.BuilderModifier and TypeMethodDescriptionSearchStatistics.Builder.addSubSolverStatistics(int index, SubSolverStatistics.Builder builderForValue) Sub-solver statistics.SearchStatistics.Builder.addSubSolverStatistics(SubSolverStatistics.Builder builderForValue) Sub-solver statistics.SearchStatistics.Builder.setSubSolverStatistics(int index, SubSolverStatistics.Builder builderForValue) Sub-solver statistics.