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