20 get {
return descriptor; }
22 private static pbr::FileDescriptor descriptor;
25 byte[] descriptorData = global::System.Convert.FromBase64String(
27 "CixvcnRvb2xzL2NvbnN0cmFpbnRfc29sdmVyL3NlYXJjaF9saW1pdC5wcm90",
28 "bxITb3BlcmF0aW9uc19yZXNlYXJjaCKLAQoWUmVndWxhckxpbWl0UGFyYW1l",
29 "dGVycxIMCgR0aW1lGAEgASgDEhAKCGJyYW5jaGVzGAIgASgDEhAKCGZhaWx1",
30 "cmVzGAMgASgDEhEKCXNvbHV0aW9ucxgEIAEoAxIYChBzbWFydF90aW1lX2No",
31 "ZWNrGAUgASgIEhIKCmN1bXVsYXRpdmUYBiABKAhCXgojY29tLmdvb2dsZS5v",
32 "cnRvb2xzLmNvbnN0cmFpbnRzb2x2ZXJCE1NlYXJjaExpbWl0UHJvdG9idWZQ",
33 "AaoCH0dvb2dsZS5PclRvb2xzLkNvbnN0cmFpbnRTb2x2ZXJiBnByb3RvMw=="));
34 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
35 new pbr::FileDescriptor[] { },
36 new pbr::GeneratedClrTypeInfo(
null,
null,
new pbr::GeneratedClrTypeInfo[] {
37 new pbr::GeneratedClrTypeInfo(typeof(global::Google.OrTools.ConstraintSolver.RegularLimitParameters), global::Google.OrTools.ConstraintSolver.RegularLimitParameters.Parser,
new[]{
"Time",
"Branches",
"Failures",
"Solutions",
"SmartTimeCheck",
"Cumulative" },
null,
null,
null,
null)
50 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
54 private static readonly pb::MessageParser<RegularLimitParameters> _parser =
new pb::MessageParser<RegularLimitParameters>(() =>
new RegularLimitParameters());
55 private pb::UnknownFieldSet _unknownFields;
56 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
57 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
58 public static pb::MessageParser<RegularLimitParameters>
Parser {
get {
return _parser; } }
60 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
61 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
63 get {
return global::Google.OrTools.ConstraintSolver.SearchLimitReflection.Descriptor.MessageTypes[0]; }
66 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
67 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
68 pbr::MessageDescriptor pb::IMessage.Descriptor {
72 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
73 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
78 partial
void OnConstruction();
80 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
81 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
84 branches_ = other.branches_;
85 failures_ = other.failures_;
86 solutions_ = other.solutions_;
87 smartTimeCheck_ = other.smartTimeCheck_;
88 cumulative_ = other.cumulative_;
89 _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
92 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
93 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
104 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
105 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
107 get {
return time_; }
115 private long branches_;
116 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
117 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
119 get {
return branches_; }
127 private long failures_;
128 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
129 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
131 get {
return failures_; }
139 private long solutions_;
140 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
141 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
143 get {
return solutions_; }
151 private bool smartTimeCheck_;
152 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
153 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
155 get {
return smartTimeCheck_; }
157 smartTimeCheck_ = value;
163 private bool cumulative_;
164 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
165 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
167 get {
return cumulative_; }
173 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
174 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
175 public override bool Equals(
object other) {
179 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
180 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
182 if (ReferenceEquals(other,
null)) {
185 if (ReferenceEquals(other,
this)) {
188 if (
Time != other.
Time)
return false;
194 return Equals(_unknownFields, other._unknownFields);
197 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
198 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
201 if (
Time != 0L) hash ^=
Time.GetHashCode();
207 if (_unknownFields !=
null) {
208 hash ^= _unknownFields.GetHashCode();
213 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
214 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
216 return pb::JsonFormatter.ToDiagnosticString(
this);
219 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
220 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
221 public void WriteTo(pb::CodedOutputStream output) {
222 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
223 output.WriteRawMessage(
this);
226 output.WriteRawTag(8);
227 output.WriteInt64(
Time);
230 output.WriteRawTag(16);
234 output.WriteRawTag(24);
238 output.WriteRawTag(32);
242 output.WriteRawTag(40);
246 output.WriteRawTag(48);
249 if (_unknownFields !=
null) {
250 _unknownFields.WriteTo(output);
255 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
256 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
257 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
258 void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
260 output.WriteRawTag(8);
261 output.WriteInt64(
Time);
264 output.WriteRawTag(16);
268 output.WriteRawTag(24);
272 output.WriteRawTag(32);
276 output.WriteRawTag(40);
280 output.WriteRawTag(48);
283 if (_unknownFields !=
null) {
284 _unknownFields.WriteTo(ref output);
289 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
290 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
294 size += 1 + pb::CodedOutputStream.ComputeInt64Size(
Time);
297 size += 1 + pb::CodedOutputStream.ComputeInt64Size(
Branches);
300 size += 1 + pb::CodedOutputStream.ComputeInt64Size(
Failures);
303 size += 1 + pb::CodedOutputStream.ComputeInt64Size(
Solutions);
311 if (_unknownFields !=
null) {
312 size += _unknownFields.CalculateSize();
317 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
318 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
323 if (other.
Time != 0L) {
341 _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
344 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
345 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
347 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
348 input.ReadRawMessage(
this);
351 while ((tag = input.ReadTag()) != 0) {
354 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
357 Time = input.ReadInt64();
385 #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
386 [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
387 [global::System.CodeDom.Compiler.GeneratedCode(
"protoc",
null)]
388 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
390 while ((tag = input.ReadTag()) != 0) {
393 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
396 Time = input.ReadInt64();