Google OR-Tools v9.9
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// source: ortools/sat/cp_model_service.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.sat.v1;
6
7public final class CpModelServiceProto {
8 private CpModelServiceProto() {}
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_sat_v1_CpSolverRequest_descriptor;
20 static final
21 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
22 internal_static_operations_research_sat_v1_CpSolverRequest_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/sat/cp_model_service.proto\022\032op" +
33 "erations_research.sat.v1\032\032ortools/sat/cp" +
34 "_model.proto\032 ortools/sat/sat_parameters" +
35 ".proto\"\211\001\n\017CpSolverRequest\0224\n\005model\030\001 \001(" +
36 "\0132%.operations_research.sat.CpModelProto" +
37 "\022:\n\nparameters\030\003 \001(\0132&.operations_resear" +
38 "ch.sat.SatParametersJ\004\010\002\020\0032t\n\010CpSolver\022h" +
39 "\n\014SolveProblem\022+.operations_research.sat" +
40 ".v1.CpSolverRequest\032).operations_researc" +
41 "h.sat.CpSolverResponse\"\000BG\n\031com.google.o" +
42 "rtools.sat.v1B\023CpModelServiceProtoP\001\252\002\022G" +
43 "oogle.OrTools.Satb\006proto3"
44 };
45 descriptor = com.google.protobuf.Descriptors.FileDescriptor
46 .internalBuildGeneratedFileFrom(descriptorData,
47 new com.google.protobuf.Descriptors.FileDescriptor[] {
48 com.google.ortools.sat.CpModelProtobuf.getDescriptor(),
49 com.google.ortools.sat.SatParametersOuterClass.getDescriptor(),
50 });
51 internal_static_operations_research_sat_v1_CpSolverRequest_descriptor =
52 getDescriptor().getMessageTypes().get(0);
53 internal_static_operations_research_sat_v1_CpSolverRequest_fieldAccessorTable = new
54 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
55 internal_static_operations_research_sat_v1_CpSolverRequest_descriptor,
56 new java.lang.String[] { "Model", "Parameters", });
57 com.google.ortools.sat.CpModelProtobuf.getDescriptor();
58 com.google.ortools.sat.SatParametersOuterClass.getDescriptor();
59 }
60
61 // @@protoc_insertion_point(outer_class_scope)
62}
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)