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