Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
cp_model_service.pb.cc
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 C++ Version: 6.31.1
5
7
8#include <algorithm>
9#include <type_traits>
10#include "google/protobuf/io/coded_stream.h"
11#include "google/protobuf/generated_message_tctable_impl.h"
12#include "google/protobuf/extension_set.h"
13#include "google/protobuf/generated_message_util.h"
14#include "google/protobuf/wire_format_lite.h"
15#include "google/protobuf/descriptor.h"
16#include "google/protobuf/generated_message_reflection.h"
17#include "google/protobuf/reflection_ops.h"
18#include "google/protobuf/wire_format.h"
19// @@protoc_insertion_point(includes)
20
21// Must be included last.
22#include "google/protobuf/port_def.inc"
23PROTOBUF_PRAGMA_INIT_SEG
24namespace _pb = ::google::protobuf;
26namespace _fl = ::google::protobuf::internal::field_layout;
27namespace operations_research {
28namespace sat {
29namespace v1 {
30
31inline constexpr CpSolverRequest::Impl_::Impl_(
32 ::_pbi::ConstantInitialized) noexcept
33 : _cached_size_{0},
34 model_{nullptr},
35 parameters_{nullptr} {}
36
37template <typename>
38PROTOBUF_CONSTEXPR CpSolverRequest::CpSolverRequest(::_pbi::ConstantInitialized)
39#if defined(PROTOBUF_CUSTOM_VTABLE)
40 : ::google::protobuf::Message(CpSolverRequest_class_data_.base()),
41#else // PROTOBUF_CUSTOM_VTABLE
42 : ::google::protobuf::Message(),
43#endif // PROTOBUF_CUSTOM_VTABLE
44 _impl_(::_pbi::ConstantInitialized()) {
45}
53
54PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL
56} // namespace v1
57} // namespace sat
58} // namespace operations_research
59static constexpr const ::_pb::EnumDescriptor *PROTOBUF_NONNULL *PROTOBUF_NULLABLE
61static constexpr const ::_pb::ServiceDescriptor *PROTOBUF_NONNULL *PROTOBUF_NULLABLE
63const ::uint32_t
65 protodesc_cold) = {
66 0x081, // bitmap
67 PROTOBUF_FIELD_OFFSET(::operations_research::sat::v1::CpSolverRequest, _impl_._has_bits_),
68 5, // hasbit index offset
69 PROTOBUF_FIELD_OFFSET(::operations_research::sat::v1::CpSolverRequest, _impl_.model_),
70 PROTOBUF_FIELD_OFFSET(::operations_research::sat::v1::CpSolverRequest, _impl_.parameters_),
71 0,
72 1,
73};
74
75static const ::_pbi::MigrationSchema
76 schemas[] ABSL_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
78};
79static const ::_pb::Message* PROTOBUF_NONNULL const file_default_instances[] = {
81};
82const char descriptor_table_protodef_ortools_2fsat_2fcp_5fmodel_5fservice_2eproto[] ABSL_ATTRIBUTE_SECTION_VARIABLE(
83 protodesc_cold) = {
84 "\n\"ortools/sat/cp_model_service.proto\022\032op"
85 "erations_research.sat.v1\032\032ortools/sat/cp"
86 "_model.proto\032 ortools/sat/sat_parameters"
87 ".proto\"\211\001\n\017CpSolverRequest\0224\n\005model\030\001 \001("
88 "\0132%.operations_research.sat.CpModelProto"
89 "\022:\n\nparameters\030\003 \001(\0132&.operations_resear"
90 "ch.sat.SatParametersJ\004\010\002\020\0032t\n\010CpSolver\022h"
91 "\n\014SolveProblem\022+.operations_research.sat"
92 ".v1.CpSolverRequest\032).operations_researc"
93 "h.sat.CpSolverResponse\"\000BG\n\031com.google.o"
94 "rtools.sat.v1B\023CpModelServiceProtoP\001\252\002\022G"
95 "oogle.OrTools.Satb\006proto3"
96};
97static const ::_pbi::DescriptorTable* PROTOBUF_NONNULL const
119namespace operations_research {
120namespace sat {
121namespace v1 {
122// ===================================================================
123
125 public:
126 using HasBits =
127 decltype(::std::declval<CpSolverRequest>()._impl_._has_bits_);
128 static constexpr ::int32_t kHasBitsOffset =
129 8 * PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_._has_bits_);
130};
131
133 ::google::protobuf::internal::TSanWrite(&_impl_);
134 if (_impl_.model_ != nullptr) _impl_.model_->Clear();
135 _impl_._has_bits_[0] &= ~0x00000001u;
136}
138 ::google::protobuf::internal::TSanWrite(&_impl_);
139 if (_impl_.parameters_ != nullptr) _impl_.parameters_->Clear();
140 _impl_._has_bits_[0] &= ~0x00000002u;
141}
142CpSolverRequest::CpSolverRequest(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
143#if defined(PROTOBUF_CUSTOM_VTABLE)
144 : ::google::protobuf::Message(arena, CpSolverRequest_class_data_.base()) {
145#else // PROTOBUF_CUSTOM_VTABLE
146 : ::google::protobuf::Message(arena) {
147#endif // PROTOBUF_CUSTOM_VTABLE
148 SharedCtor(arena);
149 // @@protoc_insertion_point(arena_constructor:operations_research.sat.v1.CpSolverRequest)
150}
151PROTOBUF_NDEBUG_INLINE CpSolverRequest::Impl_::Impl_(
152 ::google::protobuf::internal::InternalVisibility visibility,
153 ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
154 const ::operations_research::sat::v1::CpSolverRequest& from_msg)
155 : _has_bits_{from._has_bits_},
156 _cached_size_{0} {}
157
159 ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
160 const CpSolverRequest& from)
161#if defined(PROTOBUF_CUSTOM_VTABLE)
162 : ::google::protobuf::Message(arena, CpSolverRequest_class_data_.base()) {
163#else // PROTOBUF_CUSTOM_VTABLE
164 : ::google::protobuf::Message(arena) {
165#endif // PROTOBUF_CUSTOM_VTABLE
166 CpSolverRequest* const _this = this;
167 (void)_this;
168 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
169 from._internal_metadata_);
170 new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
171 ::uint32_t cached_has_bits = _impl_._has_bits_[0];
172 _impl_.model_ = ((cached_has_bits & 0x00000001u) != 0)
173 ? ::google::protobuf::Message::CopyConstruct(arena, *from._impl_.model_)
174 : nullptr;
175 _impl_.parameters_ = ((cached_has_bits & 0x00000002u) != 0)
176 ? ::google::protobuf::Message::CopyConstruct(arena, *from._impl_.parameters_)
177 : nullptr;
178
179 // @@protoc_insertion_point(copy_constructor:operations_research.sat.v1.CpSolverRequest)
180}
181PROTOBUF_NDEBUG_INLINE CpSolverRequest::Impl_::Impl_(
182 ::google::protobuf::internal::InternalVisibility visibility,
183 ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
184 : _cached_size_{0} {}
185
186inline void CpSolverRequest::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
187 new (&_impl_) Impl_(internal_visibility(), arena);
188 ::memset(reinterpret_cast<char *>(&_impl_) +
189 offsetof(Impl_, model_),
190 0,
191 offsetof(Impl_, parameters_) -
192 offsetof(Impl_, model_) +
193 sizeof(Impl_::parameters_));
194}
196 // @@protoc_insertion_point(destructor:operations_research.sat.v1.CpSolverRequest)
197 SharedDtor(*this);
198}
199inline void CpSolverRequest::SharedDtor(MessageLite& self) {
200 CpSolverRequest& this_ = static_cast<CpSolverRequest&>(self);
201 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
202 ABSL_DCHECK(this_.GetArena() == nullptr);
203 delete this_._impl_.model_;
204 delete this_._impl_.parameters_;
205 this_._impl_.~Impl_();
206}
207
208inline void* PROTOBUF_NONNULL CpSolverRequest::PlacementNew_(
209 const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
210 ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
211 return ::new (mem) CpSolverRequest(arena);
212}
213constexpr auto CpSolverRequest::InternalNewImpl_() {
214 return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(CpSolverRequest),
215 alignof(CpSolverRequest));
216}
218 return ::google::protobuf::internal::ClassDataFull{
219 ::google::protobuf::internal::ClassData{
221 &_table_.header,
222 nullptr, // OnDemandRegisterArenaDtor
223 nullptr, // IsInitialized
224 &CpSolverRequest::MergeImpl,
225 ::google::protobuf::Message::GetNewImpl<CpSolverRequest>(),
226#if defined(PROTOBUF_CUSTOM_VTABLE)
227 &CpSolverRequest::SharedDtor,
228 ::google::protobuf::Message::GetClearImpl<CpSolverRequest>(), &CpSolverRequest::ByteSizeLong,
230#endif // PROTOBUF_CUSTOM_VTABLE
231 PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_._cached_size_),
232 false,
233 },
234 &CpSolverRequest::kDescriptorMethods,
236 nullptr, // tracker
237 };
238}
239
240PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const
241 ::google::protobuf::internal::ClassDataFull CpSolverRequest_class_data_ =
243
244PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
246 ::google::protobuf::internal::PrefetchToLocalCache(&CpSolverRequest_class_data_);
247 ::google::protobuf::internal::PrefetchToLocalCache(CpSolverRequest_class_data_.tc_table);
248 return CpSolverRequest_class_data_.base();
249}
250PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
251const ::_pbi::TcParseTable<2, 2, 2, 0, 2>
252CpSolverRequest::_table_ = {
253 {
254 PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_._has_bits_),
255 0, // no _extensions_
256 3, 24, // max_field_number, fast_idx_mask
257 offsetof(decltype(_table_), field_lookup_table),
258 4294967290, // skipmap
259 offsetof(decltype(_table_), field_entries),
260 2, // num_field_entries
261 2, // num_aux_entries
262 offsetof(decltype(_table_), aux_entries),
264 nullptr, // post_loop_handler
265 ::_pbi::TcParser::GenericFallback, // fallback
266 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
267 ::_pbi::TcParser::GetTable<::operations_research::sat::v1::CpSolverRequest>(), // to_prefetch
268 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
269 }, {{
270 {::_pbi::TcParser::MiniParse, {}},
271 // .operations_research.sat.CpModelProto model = 1;
272 {::_pbi::TcParser::FastMtS1,
273 {10, 0, 0, PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_.model_)}},
274 {::_pbi::TcParser::MiniParse, {}},
275 // .operations_research.sat.SatParameters parameters = 3;
276 {::_pbi::TcParser::FastMtS1,
277 {26, 1, 1, PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_.parameters_)}},
278 }}, {{
279 65535, 65535
280 }}, {{
281 // .operations_research.sat.CpModelProto model = 1;
282 {PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_.model_), _Internal::kHasBitsOffset + 0, 0,
283 (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
284 // .operations_research.sat.SatParameters parameters = 3;
285 {PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_.parameters_), _Internal::kHasBitsOffset + 1, 1,
286 (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
287 }},
288 {{
289 {::_pbi::TcParser::GetTable<::operations_research::sat::CpModelProto>()},
290 {::_pbi::TcParser::GetTable<::operations_research::sat::SatParameters>()},
291 }},
292 {{
293 }},
294};
295PROTOBUF_NOINLINE void CpSolverRequest::Clear() {
296// @@protoc_insertion_point(message_clear_start:operations_research.sat.v1.CpSolverRequest)
297 ::google::protobuf::internal::TSanWrite(&_impl_);
298 ::uint32_t cached_has_bits = 0;
299 // Prevent compiler warnings about cached_has_bits being unused
300 (void) cached_has_bits;
301
302 cached_has_bits = _impl_._has_bits_[0];
303 if ((cached_has_bits & 0x00000003u) != 0) {
304 if ((cached_has_bits & 0x00000001u) != 0) {
305 ABSL_DCHECK(_impl_.model_ != nullptr);
306 _impl_.model_->Clear();
307 }
308 if ((cached_has_bits & 0x00000002u) != 0) {
309 ABSL_DCHECK(_impl_.parameters_ != nullptr);
310 _impl_.parameters_->Clear();
311 }
312 }
313 _impl_._has_bits_.Clear();
314 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
315}
316
317#if defined(PROTOBUF_CUSTOM_VTABLE)
318::uint8_t* PROTOBUF_NONNULL CpSolverRequest::_InternalSerialize(
319 const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
320 ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
321 const CpSolverRequest& this_ = static_cast<const CpSolverRequest&>(base);
322#else // PROTOBUF_CUSTOM_VTABLE
323::uint8_t* PROTOBUF_NONNULL CpSolverRequest::_InternalSerialize(
324 ::uint8_t* PROTOBUF_NONNULL target,
325 ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
326 const CpSolverRequest& this_ = *this;
327#endif // PROTOBUF_CUSTOM_VTABLE
328 // @@protoc_insertion_point(serialize_to_array_start:operations_research.sat.v1.CpSolverRequest)
329 ::uint32_t cached_has_bits = 0;
330 (void)cached_has_bits;
331
332 cached_has_bits = this_._impl_._has_bits_[0];
333 // .operations_research.sat.CpModelProto model = 1;
334 if ((cached_has_bits & 0x00000001u) != 0) {
335 target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
336 1, *this_._impl_.model_, this_._impl_.model_->GetCachedSize(), target,
337 stream);
338 }
339
340 // .operations_research.sat.SatParameters parameters = 3;
341 if ((cached_has_bits & 0x00000002u) != 0) {
342 target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
343 3, *this_._impl_.parameters_, this_._impl_.parameters_->GetCachedSize(), target,
344 stream);
345 }
346
347 if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
348 target =
349 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
350 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
351 }
352 // @@protoc_insertion_point(serialize_to_array_end:operations_research.sat.v1.CpSolverRequest)
353 return target;
354}
355
356#if defined(PROTOBUF_CUSTOM_VTABLE)
358 const CpSolverRequest& this_ = static_cast<const CpSolverRequest&>(base);
359#else // PROTOBUF_CUSTOM_VTABLE
360::size_t CpSolverRequest::ByteSizeLong() const {
361 const CpSolverRequest& this_ = *this;
362#endif // PROTOBUF_CUSTOM_VTABLE
363 // @@protoc_insertion_point(message_byte_size_start:operations_research.sat.v1.CpSolverRequest)
364 ::size_t total_size = 0;
365
366 ::uint32_t cached_has_bits = 0;
367 // Prevent compiler warnings about cached_has_bits being unused
368 (void)cached_has_bits;
369
370 ::_pbi::Prefetch5LinesFrom7Lines(&this_);
371 cached_has_bits = this_._impl_._has_bits_[0];
372 if ((cached_has_bits & 0x00000003u) != 0) {
373 // .operations_research.sat.CpModelProto model = 1;
374 if ((cached_has_bits & 0x00000001u) != 0) {
375 total_size += 1 +
376 ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.model_);
377 }
378 // .operations_research.sat.SatParameters parameters = 3;
379 if ((cached_has_bits & 0x00000002u) != 0) {
380 total_size += 1 +
381 ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.parameters_);
382 }
383 }
384 return this_.MaybeComputeUnknownFieldsSize(total_size,
385 &this_._impl_._cached_size_);
386}
387
388void CpSolverRequest::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
389 auto* const _this = static_cast<CpSolverRequest*>(&to_msg);
390 auto& from = static_cast<const CpSolverRequest&>(from_msg);
391 ::google::protobuf::Arena* arena = _this->GetArena();
392 // @@protoc_insertion_point(class_specific_merge_from_start:operations_research.sat.v1.CpSolverRequest)
393 ABSL_DCHECK_NE(&from, _this);
394 ::uint32_t cached_has_bits = 0;
395 (void) cached_has_bits;
396
397 cached_has_bits = from._impl_._has_bits_[0];
398 if ((cached_has_bits & 0x00000003u) != 0) {
399 if ((cached_has_bits & 0x00000001u) != 0) {
400 ABSL_DCHECK(from._impl_.model_ != nullptr);
401 if (_this->_impl_.model_ == nullptr) {
402 _this->_impl_.model_ = ::google::protobuf::Message::CopyConstruct(arena, *from._impl_.model_);
403 } else {
404 _this->_impl_.model_->MergeFrom(*from._impl_.model_);
405 }
406 }
407 if ((cached_has_bits & 0x00000002u) != 0) {
408 ABSL_DCHECK(from._impl_.parameters_ != nullptr);
409 if (_this->_impl_.parameters_ == nullptr) {
410 _this->_impl_.parameters_ = ::google::protobuf::Message::CopyConstruct(arena, *from._impl_.parameters_);
411 } else {
412 _this->_impl_.parameters_->MergeFrom(*from._impl_.parameters_);
413 }
414 }
415 }
416 _this->_impl_._has_bits_[0] |= cached_has_bits;
417 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
418}
419
421// @@protoc_insertion_point(class_specific_copy_from_start:operations_research.sat.v1.CpSolverRequest)
422 if (&from == this) return;
423 Clear();
424 MergeFrom(from);
425}
426
427
428void CpSolverRequest::InternalSwap(CpSolverRequest* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
429 using ::std::swap;
430 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
431 swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
432 ::google::protobuf::internal::memswap<
433 PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_.parameters_)
434 + sizeof(CpSolverRequest::_impl_.parameters_)
435 - PROTOBUF_FIELD_OFFSET(CpSolverRequest, _impl_.model_)>(
436 reinterpret_cast<char*>(&_impl_.model_),
437 reinterpret_cast<char*>(&other->_impl_.model_));
438}
439
440::google::protobuf::Metadata CpSolverRequest::GetMetadata() const {
441 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
442}
443// @@protoc_insertion_point(namespace_scope)
444} // namespace v1
445} // namespace sat
446} // namespace operations_research
447namespace google {
448namespace protobuf {
449} // namespace protobuf
450} // namespace google
451// @@protoc_insertion_point(global_scope)
452PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::std::false_type
453 _static_init2_ [[maybe_unused]] =
455 ::std::false_type{});
456#include "google/protobuf/port_undef.inc"
static PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 ::std::false_type _static_init2_
@protoc_insertion_point(global_scope)
static const ::_pb::Message *PROTOBUF_NONNULL const file_default_instances[]
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL
decltype(::std::declval< CpSolverRequest >()._impl_._has_bits_) HasBits
static void *PROTOBUF_NONNULL PlacementNew_(const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
::uint8_t *PROTOBUF_NONNULL _InternalSerialize(::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final
friend void swap(CpSolverRequest &a, CpSolverRequest &b)
void MergeFrom(const CpSolverRequest &from)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const ABSL_ATTRIBUTE_LIFETIME_BOUND
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL
::google::protobuf::Metadata GetMetadata() const
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL
PROTOBUF_CONSTINITconst ::_pbi::DescriptorTable descriptor_table_ortools_2fsat_2fcp_5fmodel_2eproto
static constexprconst ::_pb::ServiceDescriptor *PROTOBUF_NONNULL *PROTOBUF_NULLABLE file_level_service_descriptors_ortools_2fsat_2fcp_5fmodel_5fservice_2eproto
const ::uint32_t TableStruct_ortools_2fsat_2fcp_5fmodel_5fservice_2eproto::offsets[] ABSL_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold)
static constexprconst ::_pb::EnumDescriptor *PROTOBUF_NONNULL *PROTOBUF_NULLABLE file_level_enum_descriptors_ortools_2fsat_2fcp_5fmodel_5fservice_2eproto
PROTOBUF_CONSTINITconst ::_pbi::DescriptorTable descriptor_table_ortools_2fsat_2fcp_5fmodel_5fservice_2eproto
::absl::once_flag descriptor_table_ortools_2fsat_2fcp_5fmodel_5fservice_2eproto_once
static const ::_pbi::DescriptorTable *PROTOBUF_NONNULL const descriptor_table_ortools_2fsat_2fcp_5fmodel_5fservice_2eproto_deps[2]
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::google::protobuf::internal::ClassDataFull CpSolverRequest_class_data_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT OR_PROTO_DLL PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CpSolverRequestDefaultTypeInternal _CpSolverRequest_default_instance_
In SWIG mode, we don't want anything besides these top-level includes.
static constexpr ::_pbi::MigrationSchema *PROTOBUF_NULLABLE schemas
PROTOBUF_CONSTINITconst ::_pbi::DescriptorTable descriptor_table_ortools_2fsat_2fsat_5fparameters_2eproto