Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
SearchLimitProtobuf.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/constraint_solver/search_limit.proto
3// Protobuf Java Version: 4.26.1
4
5package com.google.ortools.constraintsolver;
6
7public final class SearchLimitProtobuf {
8 private SearchLimitProtobuf() {}
9 static {
10 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
11 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
12 /* major= */ 4,
13 /* minor= */ 26,
14 /* patch= */ 1,
15 /* suffix= */ "",
16 SearchLimitProtobuf.class.getName());
17 }
18 public static void registerAllExtensions(
19 com.google.protobuf.ExtensionRegistryLite registry) {
20 }
21
22 public static void registerAllExtensions(
23 com.google.protobuf.ExtensionRegistry registry) {
25 (com.google.protobuf.ExtensionRegistryLite) registry);
26 }
27 static final com.google.protobuf.Descriptors.Descriptor
28 internal_static_operations_research_RegularLimitParameters_descriptor;
29 static final
30 com.google.protobuf.GeneratedMessage.FieldAccessorTable
31 internal_static_operations_research_RegularLimitParameters_fieldAccessorTable;
32
33 public static com.google.protobuf.Descriptors.FileDescriptor
35 return descriptor;
36 }
37 private static com.google.protobuf.Descriptors.FileDescriptor
38 descriptor;
39 static {
40 java.lang.String[] descriptorData = {
41 "\n,ortools/constraint_solver/search_limit" +
42 ".proto\022\023operations_research\"\213\001\n\026RegularL" +
43 "imitParameters\022\014\n\004time\030\001 \001(\003\022\020\n\010branches" +
44 "\030\002 \001(\003\022\020\n\010failures\030\003 \001(\003\022\021\n\tsolutions\030\004 " +
45 "\001(\003\022\030\n\020smart_time_check\030\005 \001(\010\022\022\n\ncumulat" +
46 "ive\030\006 \001(\010B^\n#com.google.ortools.constrai" +
47 "ntsolverB\023SearchLimitProtobufP\001\252\002\037Google" +
48 ".OrTools.ConstraintSolverb\006proto3"
49 };
50 descriptor = com.google.protobuf.Descriptors.FileDescriptor
51 .internalBuildGeneratedFileFrom(descriptorData,
52 new com.google.protobuf.Descriptors.FileDescriptor[] {
53 });
54 internal_static_operations_research_RegularLimitParameters_descriptor =
55 getDescriptor().getMessageTypes().get(0);
56 internal_static_operations_research_RegularLimitParameters_fieldAccessorTable = new
57 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
58 internal_static_operations_research_RegularLimitParameters_descriptor,
59 new java.lang.String[] { "Time", "Branches", "Failures", "Solutions", "SmartTimeCheck", "Cumulative", });
60 descriptor.resolveAllFeaturesImmutable();
61 }
62
63 // @@protoc_insertion_point(outer_class_scope)
64}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()