Uses of Class
com.google.ortools.constraintsolver.LocalSearchStatistics.FirstSolutionStatistics
Packages that use LocalSearchStatistics.FirstSolutionStatistics
-
Uses of LocalSearchStatistics.FirstSolutionStatistics in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return LocalSearchStatistics.FirstSolutionStatisticsModifier and TypeMethodDescriptionLocalSearchStatistics.FirstSolutionStatistics.Builder.build()LocalSearchStatistics.FirstSolutionStatistics.Builder.buildPartial()LocalSearchStatistics.FirstSolutionStatistics.getDefaultInstance()LocalSearchStatistics.FirstSolutionStatistics.Builder.getDefaultInstanceForType()LocalSearchStatistics.FirstSolutionStatistics.getDefaultInstanceForType()LocalSearchStatistics.Builder.getFirstSolutionStatistics(int index) Statistics for each first solution called during the search.LocalSearchStatistics.getFirstSolutionStatistics(int index) Statistics for each first solution called during the search.LocalSearchStatisticsOrBuilder.getFirstSolutionStatistics(int index) Statistics for each first solution called during the search.LocalSearchStatistics.FirstSolutionStatistics.parseDelimitedFrom(InputStream input) LocalSearchStatistics.FirstSolutionStatistics.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(byte[] data) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(com.google.protobuf.ByteString data) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(com.google.protobuf.CodedInputStream input) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(InputStream input) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(ByteBuffer data) LocalSearchStatistics.FirstSolutionStatistics.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.ortools.constraintsolver that return types with arguments of type LocalSearchStatistics.FirstSolutionStatisticsModifier and TypeMethodDescriptionLocalSearchStatistics.Builder.getFirstSolutionStatisticsList()Statistics for each first solution called during the search.LocalSearchStatistics.getFirstSolutionStatisticsList()Statistics for each first solution called during the search.LocalSearchStatisticsOrBuilder.getFirstSolutionStatisticsList()Statistics for each first solution called during the search.com.google.protobuf.Parser<LocalSearchStatistics.FirstSolutionStatistics> LocalSearchStatistics.FirstSolutionStatistics.getParserForType()static com.google.protobuf.Parser<LocalSearchStatistics.FirstSolutionStatistics> LocalSearchStatistics.FirstSolutionStatistics.parser()Methods in com.google.ortools.constraintsolver with parameters of type LocalSearchStatistics.FirstSolutionStatisticsModifier and TypeMethodDescriptionLocalSearchStatistics.Builder.addFirstSolutionStatistics(int index, LocalSearchStatistics.FirstSolutionStatistics value) Statistics for each first solution called during the search.LocalSearchStatistics.Builder.addFirstSolutionStatistics(LocalSearchStatistics.FirstSolutionStatistics value) Statistics for each first solution called during the search.LocalSearchStatistics.FirstSolutionStatistics.Builder.mergeFrom(LocalSearchStatistics.FirstSolutionStatistics other) LocalSearchStatistics.FirstSolutionStatistics.newBuilder(LocalSearchStatistics.FirstSolutionStatistics prototype) LocalSearchStatistics.Builder.setFirstSolutionStatistics(int index, LocalSearchStatistics.FirstSolutionStatistics value) Statistics for each first solution called during the search.Method parameters in com.google.ortools.constraintsolver with type arguments of type LocalSearchStatistics.FirstSolutionStatisticsModifier and TypeMethodDescriptionLocalSearchStatistics.Builder.addAllFirstSolutionStatistics(Iterable<? extends LocalSearchStatistics.FirstSolutionStatistics> values) Statistics for each first solution called during the search.