Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
optimization_pb2.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: ortools/service/v1/optimization.proto
4# Protobuf Python Version: 5.26.1
5"""Generated protocol buffer code."""
6from google.protobuf import descriptor as _descriptor
7from google.protobuf import descriptor_pool as _descriptor_pool
8from google.protobuf import symbol_database as _symbol_database
9from google.protobuf.internal import builder as _builder
10# @@protoc_insertion_point(imports)
11
12_sym_db = _symbol_database.Default()
13
14
15from ortools.service.v1.mathopt import model_pb2 as ortools_dot_service_dot_v1_dot_mathopt_dot_model__pb2
16from ortools.service.v1.mathopt import model_parameters_pb2 as ortools_dot_service_dot_v1_dot_mathopt_dot_model__parameters__pb2
17from ortools.service.v1.mathopt import parameters_pb2 as ortools_dot_service_dot_v1_dot_mathopt_dot_parameters__pb2
18from ortools.service.v1.mathopt import result_pb2 as ortools_dot_service_dot_v1_dot_mathopt_dot_result__pb2
19
20
21DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%ortools/service/v1/optimization.proto\x12\x1eoperations_research.service.v1\x1a&ortools/service/v1/mathopt/model.proto\x1a\x31ortools/service/v1/mathopt/model_parameters.proto\x1a+ortools/service/v1/mathopt/parameters.proto\x1a\'ortools/service/v1/mathopt/result.proto\"\xda\x02\n\x18SolveMathOptModelRequest\x12L\n\x0bsolver_type\x18\x01 \x01(\x0e\x32\x37.operations_research.service.v1.mathopt.SolverTypeProto\x12\x41\n\x05model\x18\x02 \x01(\x0b\x32\x32.operations_research.service.v1.mathopt.ModelProto\x12P\n\nparameters\x18\x04 \x01(\x0b\x32<.operations_research.service.v1.mathopt.SolveParametersProto\x12[\n\x10model_parameters\x18\x05 \x01(\x0b\x32\x41.operations_research.service.v1.mathopt.ModelSolveParametersProto\"w\n\x19SolveMathOptModelResponse\x12H\n\x06result\x18\x01 \x01(\x0b\x32\x38.operations_research.service.v1.mathopt.SolveResultProto\x12\x10\n\x08messages\x18\x02 \x03(\t2\x9b\x01\n\x0cOptimization\x12\x8a\x01\n\x11SolveMathOptModel\x12\x38.operations_research.service.v1.SolveMathOptModelRequest\x1a\x39.operations_research.service.v1.SolveMathOptModelResponse\"\x00\x42:\n\x1d\x63om.google.ortools.service.v1P\x01\xaa\x02\x16Google.OrTools.Serviceb\x06proto3')
22
23_globals = globals()
24_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
25_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ortools.service.v1.optimization_pb2', _globals)
26if not _descriptor._USE_C_DESCRIPTORS:
27 _globals['DESCRIPTOR']._loaded_options = None
28 _globals['DESCRIPTOR']._serialized_options = b'\n\035com.google.ortools.service.v1P\001\252\002\026Google.OrTools.Service'
29 _globals['_SOLVEMATHOPTMODELREQUEST']._serialized_start=251
30 _globals['_SOLVEMATHOPTMODELREQUEST']._serialized_end=597
31 _globals['_SOLVEMATHOPTMODELRESPONSE']._serialized_start=599
32 _globals['_SOLVEMATHOPTMODELRESPONSE']._serialized_end=718
33 _globals['_OPTIMIZATION']._serialized_start=721
34 _globals['_OPTIMIZATION']._serialized_end=876
35# @@protoc_insertion_point(module_scope)