Google OR-Tools v9.12
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// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/constraint_solver/search_limit.proto
4// Protobuf Java Version: 4.29.3
5
6package com.google.ortools.constraintsolver;
7
8public final class SearchLimitProtobuf {
9 private SearchLimitProtobuf() {}
10 static {
11 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
12 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
13 /* major= */ 4,
14 /* minor= */ 29,
15 /* patch= */ 3,
16 /* suffix= */ "",
17 SearchLimitProtobuf.class.getName());
18 }
19 public static void registerAllExtensions(
20 com.google.protobuf.ExtensionRegistryLite registry) {
21 }
22
23 public static void registerAllExtensions(
24 com.google.protobuf.ExtensionRegistry registry) {
26 (com.google.protobuf.ExtensionRegistryLite) registry);
27 }
28 static final com.google.protobuf.Descriptors.Descriptor
29 internal_static_operations_research_RegularLimitParameters_descriptor;
30 static final
31 com.google.protobuf.GeneratedMessage.FieldAccessorTable
32 internal_static_operations_research_RegularLimitParameters_fieldAccessorTable;
33
34 public static com.google.protobuf.Descriptors.FileDescriptor
36 return descriptor;
37 }
38 private static com.google.protobuf.Descriptors.FileDescriptor
39 descriptor;
40 static {
41 java.lang.String[] descriptorData = {
42 "\n,ortools/constraint_solver/search_limit" +
43 ".proto\022\023operations_research\"\213\001\n\026RegularL" +
44 "imitParameters\022\014\n\004time\030\001 \001(\003\022\020\n\010branches" +
45 "\030\002 \001(\003\022\020\n\010failures\030\003 \001(\003\022\021\n\tsolutions\030\004 " +
46 "\001(\003\022\030\n\020smart_time_check\030\005 \001(\010\022\022\n\ncumulat" +
47 "ive\030\006 \001(\010B^\n#com.google.ortools.constrai" +
48 "ntsolverB\023SearchLimitProtobufP\001\252\002\037Google" +
49 ".OrTools.ConstraintSolverb\006proto3"
50 };
51 descriptor = com.google.protobuf.Descriptors.FileDescriptor
52 .internalBuildGeneratedFileFrom(descriptorData,
53 new com.google.protobuf.Descriptors.FileDescriptor[] {
54 });
55 internal_static_operations_research_RegularLimitParameters_descriptor =
56 getDescriptor().getMessageTypes().get(0);
57 internal_static_operations_research_RegularLimitParameters_fieldAccessorTable = new
58 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
59 internal_static_operations_research_RegularLimitParameters_descriptor,
60 new java.lang.String[] { "Time", "Branches", "Failures", "Solutions", "SmartTimeCheck", "Cumulative", });
61 descriptor.resolveAllFeaturesImmutable();
62 }
63
64 // @@protoc_insertion_point(outer_class_scope)
65}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()