Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
CpModelServiceProto.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/sat/cp_model_service.proto
4// Protobuf Java Version: 4.29.3
5
6package com.google.ortools.sat.v1;
7
8public final class CpModelServiceProto {
9 private CpModelServiceProto() {}
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 CpModelServiceProto.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_sat_v1_CpSolverRequest_descriptor;
30 static final
31 com.google.protobuf.GeneratedMessage.FieldAccessorTable
32 internal_static_operations_research_sat_v1_CpSolverRequest_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/sat/cp_model_service.proto\022\032op" +
43 "erations_research.sat.v1\032\032ortools/sat/cp" +
44 "_model.proto\032 ortools/sat/sat_parameters" +
45 ".proto\"\211\001\n\017CpSolverRequest\0224\n\005model\030\001 \001(" +
46 "\0132%.operations_research.sat.CpModelProto" +
47 "\022:\n\nparameters\030\003 \001(\0132&.operations_resear" +
48 "ch.sat.SatParametersJ\004\010\002\020\0032t\n\010CpSolver\022h" +
49 "\n\014SolveProblem\022+.operations_research.sat" +
50 ".v1.CpSolverRequest\032).operations_researc" +
51 "h.sat.CpSolverResponse\"\000BG\n\031com.google.o" +
52 "rtools.sat.v1B\023CpModelServiceProtoP\001\252\002\022G" +
53 "oogle.OrTools.Satb\006proto3"
54 };
55 descriptor = com.google.protobuf.Descriptors.FileDescriptor
56 .internalBuildGeneratedFileFrom(descriptorData,
57 new com.google.protobuf.Descriptors.FileDescriptor[] {
58 com.google.ortools.sat.CpModelProtobuf.getDescriptor(),
59 com.google.ortools.sat.SatParametersOuterClass.getDescriptor(),
60 });
61 internal_static_operations_research_sat_v1_CpSolverRequest_descriptor =
62 getDescriptor().getMessageTypes().get(0);
63 internal_static_operations_research_sat_v1_CpSolverRequest_fieldAccessorTable = new
64 com.google.protobuf.GeneratedMessage.FieldAccessorTable(
65 internal_static_operations_research_sat_v1_CpSolverRequest_descriptor,
66 new java.lang.String[] { "Model", "Parameters", });
67 descriptor.resolveAllFeaturesImmutable();
68 com.google.ortools.sat.CpModelProtobuf.getDescriptor();
69 com.google.ortools.sat.SatParametersOuterClass.getDescriptor();
70 }
71
72 // @@protoc_insertion_point(outer_class_scope)
73}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)