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