jijmodeling 0.13.2__cp39-cp39-win_amd64.whl → 1.11.0__cp39-cp39-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of jijmodeling might be problematic. Click here for more details.

Files changed (234) hide show
  1. jijmodeling/__init__.py +1 -154
  2. jijmodeling/__init__.pyi +5152 -0
  3. jijmodeling/_jijmodeling.cp39-win_amd64.pyd +0 -0
  4. jijmodeling/dataset.py +5 -0
  5. jijmodeling/dataset.pyi +106 -0
  6. jijmodeling/experimental.py +13 -0
  7. jijmodeling/experimental.pyi +302 -0
  8. jijmodeling/py.typed +0 -0
  9. jijmodeling/range/__init__.py +14 -0
  10. jijmodeling/range/__init__.pyi +56 -0
  11. jijmodeling/range/size.py +14 -0
  12. jijmodeling/range/size.pyi +54 -0
  13. jijmodeling/range/value.py +14 -0
  14. jijmodeling/range/value.pyi +54 -0
  15. jijmodeling-1.11.0.dist-info/METADATA +235 -0
  16. jijmodeling-1.11.0.dist-info/RECORD +18 -0
  17. {jijmodeling-0.13.2.dist-info → jijmodeling-1.11.0.dist-info}/WHEEL +1 -2
  18. {jijmodeling-0.13.2.dist-info → jijmodeling-1.11.0.dist-info/licenses}/LICENSE.txt +1 -1
  19. jijmodeling/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  20. jijmodeling/__pycache__/__init__.cpython-39.pyc +0 -0
  21. jijmodeling/__pycache__/_version.cpython-39.opt-1.pyc +0 -0
  22. jijmodeling/__pycache__/_version.cpython-39.pyc +0 -0
  23. jijmodeling/_version.py +0 -4
  24. jijmodeling/deprecation/__init__.py +0 -11
  25. jijmodeling/deprecation/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  26. jijmodeling/deprecation/__pycache__/__init__.cpython-39.pyc +0 -0
  27. jijmodeling/deprecation/__pycache__/deprecation.cpython-39.opt-1.pyc +0 -0
  28. jijmodeling/deprecation/__pycache__/deprecation.cpython-39.pyc +0 -0
  29. jijmodeling/deprecation/deprecation.py +0 -108
  30. jijmodeling/exceptions/__init__.py +0 -26
  31. jijmodeling/exceptions/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  32. jijmodeling/exceptions/__pycache__/__init__.cpython-39.pyc +0 -0
  33. jijmodeling/exceptions/__pycache__/exceptions.cpython-39.opt-1.pyc +0 -0
  34. jijmodeling/exceptions/__pycache__/exceptions.cpython-39.pyc +0 -0
  35. jijmodeling/exceptions/exceptions.py +0 -37
  36. jijmodeling/expression/__init__.py +0 -76
  37. jijmodeling/expression/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  38. jijmodeling/expression/__pycache__/__init__.cpython-39.pyc +0 -0
  39. jijmodeling/expression/__pycache__/condition.cpython-39.opt-1.pyc +0 -0
  40. jijmodeling/expression/__pycache__/condition.cpython-39.pyc +0 -0
  41. jijmodeling/expression/__pycache__/constraint.cpython-39.opt-1.pyc +0 -0
  42. jijmodeling/expression/__pycache__/constraint.cpython-39.pyc +0 -0
  43. jijmodeling/expression/__pycache__/expression.cpython-39.opt-1.pyc +0 -0
  44. jijmodeling/expression/__pycache__/expression.cpython-39.pyc +0 -0
  45. jijmodeling/expression/__pycache__/extract.cpython-39.opt-1.pyc +0 -0
  46. jijmodeling/expression/__pycache__/extract.cpython-39.pyc +0 -0
  47. jijmodeling/expression/__pycache__/from_old_serializable.cpython-39.opt-1.pyc +0 -0
  48. jijmodeling/expression/__pycache__/from_old_serializable.cpython-39.pyc +0 -0
  49. jijmodeling/expression/__pycache__/mathfunc.cpython-39.opt-1.pyc +0 -0
  50. jijmodeling/expression/__pycache__/mathfunc.cpython-39.pyc +0 -0
  51. jijmodeling/expression/__pycache__/prod.cpython-39.opt-1.pyc +0 -0
  52. jijmodeling/expression/__pycache__/prod.cpython-39.pyc +0 -0
  53. jijmodeling/expression/__pycache__/serializable.cpython-39.opt-1.pyc +0 -0
  54. jijmodeling/expression/__pycache__/serializable.cpython-39.pyc +0 -0
  55. jijmodeling/expression/__pycache__/sum.cpython-39.opt-1.pyc +0 -0
  56. jijmodeling/expression/__pycache__/sum.cpython-39.pyc +0 -0
  57. jijmodeling/expression/__pycache__/type_annotations.cpython-39.opt-1.pyc +0 -0
  58. jijmodeling/expression/__pycache__/type_annotations.cpython-39.pyc +0 -0
  59. jijmodeling/expression/__pycache__/utils.cpython-39.opt-1.pyc +0 -0
  60. jijmodeling/expression/__pycache__/utils.cpython-39.pyc +0 -0
  61. jijmodeling/expression/condition.py +0 -378
  62. jijmodeling/expression/constraint.py +0 -428
  63. jijmodeling/expression/expression.py +0 -768
  64. jijmodeling/expression/extract.py +0 -186
  65. jijmodeling/expression/from_old_serializable.py +0 -137
  66. jijmodeling/expression/mathfunc.py +0 -335
  67. jijmodeling/expression/prod.py +0 -172
  68. jijmodeling/expression/serializable.py +0 -142
  69. jijmodeling/expression/sum.py +0 -261
  70. jijmodeling/expression/type_annotations.py +0 -50
  71. jijmodeling/expression/utils.py +0 -202
  72. jijmodeling/expression/variables/__init__.py +0 -39
  73. jijmodeling/expression/variables/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  74. jijmodeling/expression/variables/__pycache__/__init__.cpython-39.pyc +0 -0
  75. jijmodeling/expression/variables/__pycache__/deci_vars.cpython-39.opt-1.pyc +0 -0
  76. jijmodeling/expression/variables/__pycache__/deci_vars.cpython-39.pyc +0 -0
  77. jijmodeling/expression/variables/__pycache__/jagged_array.cpython-39.opt-1.pyc +0 -0
  78. jijmodeling/expression/variables/__pycache__/jagged_array.cpython-39.pyc +0 -0
  79. jijmodeling/expression/variables/__pycache__/placeholders.cpython-39.opt-1.pyc +0 -0
  80. jijmodeling/expression/variables/__pycache__/placeholders.cpython-39.pyc +0 -0
  81. jijmodeling/expression/variables/__pycache__/variable.cpython-39.opt-1.pyc +0 -0
  82. jijmodeling/expression/variables/__pycache__/variable.cpython-39.pyc +0 -0
  83. jijmodeling/expression/variables/deci_vars.py +0 -212
  84. jijmodeling/expression/variables/jagged_array.py +0 -81
  85. jijmodeling/expression/variables/placeholders.py +0 -132
  86. jijmodeling/expression/variables/variable.py +0 -524
  87. jijmodeling/latex_repr/__init__.py +0 -11
  88. jijmodeling/latex_repr/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  89. jijmodeling/latex_repr/__pycache__/__init__.cpython-39.pyc +0 -0
  90. jijmodeling/latex_repr/__pycache__/latex_repr.cpython-39.opt-1.pyc +0 -0
  91. jijmodeling/latex_repr/__pycache__/latex_repr.cpython-39.pyc +0 -0
  92. jijmodeling/latex_repr/__pycache__/problem_latex_repr.cpython-39.opt-1.pyc +0 -0
  93. jijmodeling/latex_repr/__pycache__/problem_latex_repr.cpython-39.pyc +0 -0
  94. jijmodeling/latex_repr/latex_repr.py +0 -243
  95. jijmodeling/latex_repr/problem_latex_repr.py +0 -210
  96. jijmodeling/marker/__marker__.cp39-win_amd64.pyd +0 -0
  97. jijmodeling/match/__init__.py +0 -19
  98. jijmodeling/match/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  99. jijmodeling/match/__pycache__/__init__.cpython-39.pyc +0 -0
  100. jijmodeling/match/__pycache__/condition_same.cpython-39.opt-1.pyc +0 -0
  101. jijmodeling/match/__pycache__/condition_same.cpython-39.pyc +0 -0
  102. jijmodeling/match/__pycache__/constraint_same.cpython-39.opt-1.pyc +0 -0
  103. jijmodeling/match/__pycache__/constraint_same.cpython-39.pyc +0 -0
  104. jijmodeling/match/__pycache__/expand.cpython-39.opt-1.pyc +0 -0
  105. jijmodeling/match/__pycache__/expand.cpython-39.pyc +0 -0
  106. jijmodeling/match/__pycache__/expr_same.cpython-39.opt-1.pyc +0 -0
  107. jijmodeling/match/__pycache__/expr_same.cpython-39.pyc +0 -0
  108. jijmodeling/match/__pycache__/is_same_expr.cpython-39.opt-1.pyc +0 -0
  109. jijmodeling/match/__pycache__/is_same_expr.cpython-39.pyc +0 -0
  110. jijmodeling/match/__pycache__/penalty_same.cpython-39.opt-1.pyc +0 -0
  111. jijmodeling/match/__pycache__/penalty_same.cpython-39.pyc +0 -0
  112. jijmodeling/match/__pycache__/problem_same.cpython-39.opt-1.pyc +0 -0
  113. jijmodeling/match/__pycache__/problem_same.cpython-39.pyc +0 -0
  114. jijmodeling/match/__pycache__/replace.cpython-39.opt-1.pyc +0 -0
  115. jijmodeling/match/__pycache__/replace.cpython-39.pyc +0 -0
  116. jijmodeling/match/condition_same.py +0 -44
  117. jijmodeling/match/constraint_same.py +0 -53
  118. jijmodeling/match/expand.py +0 -84
  119. jijmodeling/match/expr_same.py +0 -32
  120. jijmodeling/match/is_same_expr.py +0 -306
  121. jijmodeling/match/penalty_same.py +0 -31
  122. jijmodeling/match/problem_same.py +0 -44
  123. jijmodeling/match/replace.py +0 -249
  124. jijmodeling/problem/__init__.py +0 -9
  125. jijmodeling/problem/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  126. jijmodeling/problem/__pycache__/__init__.cpython-39.pyc +0 -0
  127. jijmodeling/problem/__pycache__/problem.cpython-39.opt-1.pyc +0 -0
  128. jijmodeling/problem/__pycache__/problem.cpython-39.pyc +0 -0
  129. jijmodeling/problem/problem.py +0 -186
  130. jijmodeling/protobuf/__init__.py +0 -8
  131. jijmodeling/protobuf/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  132. jijmodeling/protobuf/__pycache__/__init__.cpython-39.pyc +0 -0
  133. jijmodeling/protobuf/__pycache__/from_protobuf.cpython-39.opt-1.pyc +0 -0
  134. jijmodeling/protobuf/__pycache__/from_protobuf.cpython-39.pyc +0 -0
  135. jijmodeling/protobuf/__pycache__/to_protobuf.cpython-39.opt-1.pyc +0 -0
  136. jijmodeling/protobuf/__pycache__/to_protobuf.cpython-39.pyc +0 -0
  137. jijmodeling/protobuf/__pycache__/type_annotations.cpython-39.opt-1.pyc +0 -0
  138. jijmodeling/protobuf/__pycache__/type_annotations.cpython-39.pyc +0 -0
  139. jijmodeling/protobuf/from_protobuf.py +0 -336
  140. jijmodeling/protobuf/pb2/__init__.py +0 -42
  141. jijmodeling/protobuf/pb2/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  142. jijmodeling/protobuf/pb2/__pycache__/__init__.cpython-39.pyc +0 -0
  143. jijmodeling/protobuf/pb2/__pycache__/array_length_pb2.cpython-39.opt-1.pyc +0 -0
  144. jijmodeling/protobuf/pb2/__pycache__/array_length_pb2.cpython-39.pyc +0 -0
  145. jijmodeling/protobuf/pb2/__pycache__/binary_op_pb2.cpython-39.opt-1.pyc +0 -0
  146. jijmodeling/protobuf/pb2/__pycache__/binary_op_pb2.cpython-39.pyc +0 -0
  147. jijmodeling/protobuf/pb2/__pycache__/commutative_op_pb2.cpython-39.opt-1.pyc +0 -0
  148. jijmodeling/protobuf/pb2/__pycache__/commutative_op_pb2.cpython-39.pyc +0 -0
  149. jijmodeling/protobuf/pb2/__pycache__/constraint_pb2.cpython-39.opt-1.pyc +0 -0
  150. jijmodeling/protobuf/pb2/__pycache__/constraint_pb2.cpython-39.pyc +0 -0
  151. jijmodeling/protobuf/pb2/__pycache__/custom_penalty_term_pb2.cpython-39.opt-1.pyc +0 -0
  152. jijmodeling/protobuf/pb2/__pycache__/custom_penalty_term_pb2.cpython-39.pyc +0 -0
  153. jijmodeling/protobuf/pb2/__pycache__/decision_var_pb2.cpython-39.opt-1.pyc +0 -0
  154. jijmodeling/protobuf/pb2/__pycache__/decision_var_pb2.cpython-39.pyc +0 -0
  155. jijmodeling/protobuf/pb2/__pycache__/element_pb2.cpython-39.opt-1.pyc +0 -0
  156. jijmodeling/protobuf/pb2/__pycache__/element_pb2.cpython-39.pyc +0 -0
  157. jijmodeling/protobuf/pb2/__pycache__/expression_pb2.cpython-39.opt-1.pyc +0 -0
  158. jijmodeling/protobuf/pb2/__pycache__/expression_pb2.cpython-39.pyc +0 -0
  159. jijmodeling/protobuf/pb2/__pycache__/forall_pb2.cpython-39.opt-1.pyc +0 -0
  160. jijmodeling/protobuf/pb2/__pycache__/forall_pb2.cpython-39.pyc +0 -0
  161. jijmodeling/protobuf/pb2/__pycache__/header_pb2.cpython-39.opt-1.pyc +0 -0
  162. jijmodeling/protobuf/pb2/__pycache__/header_pb2.cpython-39.pyc +0 -0
  163. jijmodeling/protobuf/pb2/__pycache__/index_pb2.cpython-39.opt-1.pyc +0 -0
  164. jijmodeling/protobuf/pb2/__pycache__/index_pb2.cpython-39.pyc +0 -0
  165. jijmodeling/protobuf/pb2/__pycache__/number_lit_pb2.cpython-39.opt-1.pyc +0 -0
  166. jijmodeling/protobuf/pb2/__pycache__/number_lit_pb2.cpython-39.pyc +0 -0
  167. jijmodeling/protobuf/pb2/__pycache__/placeholder_pb2.cpython-39.opt-1.pyc +0 -0
  168. jijmodeling/protobuf/pb2/__pycache__/placeholder_pb2.cpython-39.pyc +0 -0
  169. jijmodeling/protobuf/pb2/__pycache__/problem_pb2.cpython-39.opt-1.pyc +0 -0
  170. jijmodeling/protobuf/pb2/__pycache__/problem_pb2.cpython-39.pyc +0 -0
  171. jijmodeling/protobuf/pb2/__pycache__/reduction_op_pb2.cpython-39.opt-1.pyc +0 -0
  172. jijmodeling/protobuf/pb2/__pycache__/reduction_op_pb2.cpython-39.pyc +0 -0
  173. jijmodeling/protobuf/pb2/__pycache__/subscript_pb2.cpython-39.opt-1.pyc +0 -0
  174. jijmodeling/protobuf/pb2/__pycache__/subscript_pb2.cpython-39.pyc +0 -0
  175. jijmodeling/protobuf/pb2/__pycache__/unary_op_pb2.cpython-39.opt-1.pyc +0 -0
  176. jijmodeling/protobuf/pb2/__pycache__/unary_op_pb2.cpython-39.pyc +0 -0
  177. jijmodeling/protobuf/pb2/array_length_pb2.py +0 -27
  178. jijmodeling/protobuf/pb2/binary_op_pb2.py +0 -27
  179. jijmodeling/protobuf/pb2/commutative_op_pb2.py +0 -27
  180. jijmodeling/protobuf/pb2/constraint_pb2.py +0 -31
  181. jijmodeling/protobuf/pb2/custom_penalty_term_pb2.py +0 -31
  182. jijmodeling/protobuf/pb2/decision_var_pb2.py +0 -31
  183. jijmodeling/protobuf/pb2/element_pb2.py +0 -31
  184. jijmodeling/protobuf/pb2/expression_pb2.py +0 -39
  185. jijmodeling/protobuf/pb2/forall_pb2.py +0 -29
  186. jijmodeling/protobuf/pb2/header_pb2.py +0 -31
  187. jijmodeling/protobuf/pb2/index_pb2.py +0 -25
  188. jijmodeling/protobuf/pb2/number_lit_pb2.py +0 -27
  189. jijmodeling/protobuf/pb2/placeholder_pb2.py +0 -25
  190. jijmodeling/protobuf/pb2/problem_pb2.py +0 -40
  191. jijmodeling/protobuf/pb2/reduction_op_pb2.py +0 -30
  192. jijmodeling/protobuf/pb2/subscript_pb2.py +0 -27
  193. jijmodeling/protobuf/pb2/unary_op_pb2.py +0 -27
  194. jijmodeling/protobuf/to_protobuf.py +0 -631
  195. jijmodeling/protobuf/type_annotations.py +0 -52
  196. jijmodeling/sampleset/__init__.py +0 -33
  197. jijmodeling/sampleset/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  198. jijmodeling/sampleset/__pycache__/__init__.cpython-39.pyc +0 -0
  199. jijmodeling/sampleset/__pycache__/evaluation.cpython-39.opt-1.pyc +0 -0
  200. jijmodeling/sampleset/__pycache__/evaluation.cpython-39.pyc +0 -0
  201. jijmodeling/sampleset/__pycache__/measuring_time.cpython-39.opt-1.pyc +0 -0
  202. jijmodeling/sampleset/__pycache__/measuring_time.cpython-39.pyc +0 -0
  203. jijmodeling/sampleset/__pycache__/record.cpython-39.opt-1.pyc +0 -0
  204. jijmodeling/sampleset/__pycache__/record.cpython-39.pyc +0 -0
  205. jijmodeling/sampleset/__pycache__/sampleset.cpython-39.opt-1.pyc +0 -0
  206. jijmodeling/sampleset/__pycache__/sampleset.cpython-39.pyc +0 -0
  207. jijmodeling/sampleset/__pycache__/solving_time.cpython-39.opt-1.pyc +0 -0
  208. jijmodeling/sampleset/__pycache__/solving_time.cpython-39.pyc +0 -0
  209. jijmodeling/sampleset/__pycache__/system_time.cpython-39.opt-1.pyc +0 -0
  210. jijmodeling/sampleset/__pycache__/system_time.cpython-39.pyc +0 -0
  211. jijmodeling/sampleset/evaluation.py +0 -289
  212. jijmodeling/sampleset/measuring_time.py +0 -59
  213. jijmodeling/sampleset/record.py +0 -158
  214. jijmodeling/sampleset/sampleset.py +0 -389
  215. jijmodeling/sampleset/solving_time.py +0 -38
  216. jijmodeling/sampleset/system_time.py +0 -48
  217. jijmodeling/type_annotations/__init__.py +0 -44
  218. jijmodeling/type_annotations/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  219. jijmodeling/type_annotations/__pycache__/__init__.cpython-39.pyc +0 -0
  220. jijmodeling/type_annotations/__pycache__/type_annotations.cpython-39.opt-1.pyc +0 -0
  221. jijmodeling/type_annotations/__pycache__/type_annotations.cpython-39.pyc +0 -0
  222. jijmodeling/type_annotations/type_annotations.py +0 -54
  223. jijmodeling/utils/__init__.py +0 -28
  224. jijmodeling/utils/__pycache__/__init__.cpython-39.opt-1.pyc +0 -0
  225. jijmodeling/utils/__pycache__/__init__.cpython-39.pyc +0 -0
  226. jijmodeling/utils/__pycache__/deprecated.cpython-39.opt-1.pyc +0 -0
  227. jijmodeling/utils/__pycache__/deprecated.cpython-39.pyc +0 -0
  228. jijmodeling/utils/__pycache__/utils.cpython-39.opt-1.pyc +0 -0
  229. jijmodeling/utils/__pycache__/utils.cpython-39.pyc +0 -0
  230. jijmodeling/utils/deprecated.py +0 -17
  231. jijmodeling/utils/utils.py +0 -146
  232. jijmodeling-0.13.2.dist-info/METADATA +0 -60
  233. jijmodeling-0.13.2.dist-info/RECORD +0 -219
  234. jijmodeling-0.13.2.dist-info/top_level.txt +0 -1
@@ -1,31 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: element.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
16
- b'\n\relement.proto\x12\x0bjijmodeling"\x89\x03\n\x07\x45lement\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04ndim\x18\x02 \x01(\x04\x12+\n\x05\x62ound\x18\x03 \x01(\x0b\x32\x1a.jijmodeling.Element.BoundH\x00\x12+\n\x05range\x18\x04 \x01(\x0b\x32\x1a.jijmodeling.Element.RangeH\x00\x1a\xcf\x01\n\x05\x42ound\x12-\n\x04type\x18\x01 \x01(\x0e\x32\x1f.jijmodeling.Element.Bound.Type\x12\x10\n\x08\x62ound_id\x18\x02 \x01(\x04"\x84\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10TYPE_PLACEHOLDER\x10\x01\x12\x10\n\x0cTYPE_ELEMENT\x10\x02\x12 \n\x1cTYPE_SUBSCRIPTED_PLACEHOLDER\x10\x03\x12\x1c\n\x18TYPE_SUBSCRIPTED_ELEMENT\x10\x04\x1a)\n\x05Range\x12\x10\n\x08start_id\x18\x01 \x01(\x04\x12\x0e\n\x06\x65nd_id\x18\x02 \x01(\x04\x42\x0b\n\tbelong_tob\x06proto3'
17
- )
18
-
19
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "element_pb2", globals())
21
- if _descriptor._USE_C_DESCRIPTORS == False:
22
- DESCRIPTOR._options = None
23
- _ELEMENT._serialized_start = 31
24
- _ELEMENT._serialized_end = 424
25
- _ELEMENT_BOUND._serialized_start = 161
26
- _ELEMENT_BOUND._serialized_end = 368
27
- _ELEMENT_BOUND_TYPE._serialized_start = 236
28
- _ELEMENT_BOUND_TYPE._serialized_end = 368
29
- _ELEMENT_RANGE._serialized_start = 370
30
- _ELEMENT_RANGE._serialized_end = 411
31
- # @@protoc_insertion_point(module_scope)
@@ -1,39 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: expression.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- import jijmodeling.protobuf.pb2.decision_var_pb2 as decision__var__pb2
16
- import jijmodeling.protobuf.pb2.number_lit_pb2 as number__lit__pb2
17
- import jijmodeling.protobuf.pb2.placeholder_pb2 as placeholder__pb2
18
- import jijmodeling.protobuf.pb2.array_length_pb2 as array__length__pb2
19
- import jijmodeling.protobuf.pb2.unary_op_pb2 as unary__op__pb2
20
- import jijmodeling.protobuf.pb2.binary_op_pb2 as binary__op__pb2
21
- import jijmodeling.protobuf.pb2.commutative_op_pb2 as commutative__op__pb2
22
- import jijmodeling.protobuf.pb2.element_pb2 as element__pb2
23
- import jijmodeling.protobuf.pb2.reduction_op_pb2 as reduction__op__pb2
24
- import jijmodeling.protobuf.pb2.subscript_pb2 as subscript__pb2
25
-
26
-
27
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
28
- b'\n\x10\x65xpression.proto\x12\x0bjijmodeling\x1a\x12\x64\x65\x63ision_var.proto\x1a\x10number_lit.proto\x1a\x11placeholder.proto\x1a\x12\x61rray_length.proto\x1a\x0eunary_op.proto\x1a\x0f\x62inary_op.proto\x1a\x14\x63ommutative_op.proto\x1a\relement.proto\x1a\x12reduction_op.proto\x1a\x0fsubscript.proto"N\n\x04\x45xpr\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07root_id\x18\x02 \x01(\x04\x12)\n\nexpr_nodes\x18\x03 \x03(\x0b\x32\x15.jijmodeling.ExprNode"\xe9\x03\n\x08\x45xprNode\x12,\n\nnumber_lit\x18\x01 \x01(\x0b\x32\x16.jijmodeling.NumberLitH\x00\x12/\n\x0bplaceholder\x18\x02 \x01(\x0b\x32\x18.jijmodeling.PlaceholderH\x00\x12\'\n\x07\x65lement\x18\x08 \x01(\x0b\x32\x14.jijmodeling.ElementH\x00\x12\x30\n\x0c\x64\x65\x63ision_var\x18\x03 \x01(\x0b\x32\x18.jijmodeling.DecisionVarH\x00\x12\x30\n\x0c\x61rray_length\x18\x04 \x01(\x0b\x32\x18.jijmodeling.ArrayLengthH\x00\x12+\n\tsubscript\x18\t \x01(\x0b\x32\x16.jijmodeling.SubscriptH\x00\x12(\n\x08unary_op\x18\x05 \x01(\x0b\x32\x14.jijmodeling.UnaryOpH\x00\x12*\n\tbinary_op\x18\x06 \x01(\x0b\x32\x15.jijmodeling.BinaryOpH\x00\x12\x34\n\x0e\x63ommutative_op\x18\x07 \x01(\x0b\x32\x1a.jijmodeling.CommutativeOpH\x00\x12\x30\n\x0creduction_op\x18\n \x01(\x0b\x32\x18.jijmodeling.ReductionOpH\x00\x42\x06\n\x04kindb\x06proto3'
29
- )
30
-
31
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
32
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "expression_pb2", globals())
33
- if _descriptor._USE_C_DESCRIPTORS == False:
34
- DESCRIPTOR._options = None
35
- _EXPR._serialized_start = 217
36
- _EXPR._serialized_end = 295
37
- _EXPRNODE._serialized_start = 298
38
- _EXPRNODE._serialized_end = 787
39
- # @@protoc_insertion_point(module_scope)
@@ -1,29 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: forall.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- import jijmodeling.protobuf.pb2.expression_pb2 as expression__pb2
16
- import jijmodeling.protobuf.pb2.index_pb2 as index__pb2
17
-
18
-
19
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
20
- b'\n\x0c\x66orall.proto\x12\x0bjijmodeling\x1a\x10\x65xpression.proto\x1a\x0bindex.proto"\\\n\nForallList\x12#\n\x07indices\x18\x01 \x03(\x0b\x32\x12.jijmodeling.Index\x12)\n\nexpr_nodes\x18\x02 \x03(\x0b\x32\x15.jijmodeling.ExprNodeb\x06proto3'
21
- )
22
-
23
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
24
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "forall_pb2", globals())
25
- if _descriptor._USE_C_DESCRIPTORS == False:
26
- DESCRIPTOR._options = None
27
- _FORALLLIST._serialized_start = 60
28
- _FORALLLIST._serialized_end = 152
29
- # @@protoc_insertion_point(module_scope)
@@ -1,31 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: header.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- import jijmodeling.protobuf.pb2.constraint_pb2 as constraint__pb2
16
- import jijmodeling.protobuf.pb2.custom_penalty_term_pb2 as custom__penalty__term__pb2
17
- import jijmodeling.protobuf.pb2.expression_pb2 as expression__pb2
18
- import jijmodeling.protobuf.pb2.problem_pb2 as problem__pb2
19
-
20
-
21
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
22
- b"\n\x0cheader.proto\x12\x0bjijmodeling\x1a\x10\x63onstraint.proto\x1a\x19\x63ustom_penalty_term.proto\x1a\x10\x65xpression.proto\x1a\rproblem.proto\"\xed\x01\n\x06Header\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\x04\x12'\n\x07problem\x18\x03 \x01(\x0b\x32\x14.jijmodeling.ProblemH\x00\x12-\n\nconstraint\x18\x04 \x01(\x0b\x32\x17.jijmodeling.ConstraintH\x00\x12=\n\x13\x63ustom_penalty_term\x18\x05 \x01(\x0b\x32\x1e.jijmodeling.CustomPenaltyTermH\x00\x12'\n\nexpression\x18\x06 \x01(\x0b\x32\x11.jijmodeling.ExprH\x00\x42\x06\n\x04\x62odyb\x06proto3"
23
- )
24
-
25
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
26
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "header_pb2", globals())
27
- if _descriptor._USE_C_DESCRIPTORS == False:
28
- DESCRIPTOR._options = None
29
- _HEADER._serialized_start = 108
30
- _HEADER._serialized_end = 345
31
- # @@protoc_insertion_point(module_scope)
@@ -1,25 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: index.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
16
- b'\n\x0bindex.proto\x12\x0bjijmodeling"G\n\x05Index\x12\x12\n\nelement_id\x18\x01 \x01(\x04\x12\x19\n\x0c\x63ondition_id\x18\x02 \x01(\x04H\x00\x88\x01\x01\x42\x0f\n\r_condition_idb\x06proto3'
17
- )
18
-
19
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "index_pb2", globals())
21
- if _descriptor._USE_C_DESCRIPTORS == False:
22
- DESCRIPTOR._options = None
23
- _INDEX._serialized_start = 28
24
- _INDEX._serialized_end = 99
25
- # @@protoc_insertion_point(module_scope)
@@ -1,27 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: number_lit.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
16
- b'\n\x10number_lit.proto\x12\x0bjijmodeling"\x85\x01\n\tNumberLit\x12)\n\x04type\x18\x01 \x01(\x0e\x32\x1b.jijmodeling.NumberLit.Type\x12\r\n\x05value\x18\x02 \x01(\x04">\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nTYPE_FLOAT\x10\x01\x12\x10\n\x0cTYPE_INTEGER\x10\x02\x62\x06proto3'
17
- )
18
-
19
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "number_lit_pb2", globals())
21
- if _descriptor._USE_C_DESCRIPTORS == False:
22
- DESCRIPTOR._options = None
23
- _NUMBERLIT._serialized_start = 34
24
- _NUMBERLIT._serialized_end = 167
25
- _NUMBERLIT_TYPE._serialized_start = 105
26
- _NUMBERLIT_TYPE._serialized_end = 167
27
- # @@protoc_insertion_point(module_scope)
@@ -1,25 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: placeholder.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
16
- b'\n\x11placeholder.proto\x12\x0bjijmodeling")\n\x0bPlaceholder\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04ndim\x18\x02 \x01(\x04\x62\x06proto3'
17
- )
18
-
19
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "placeholder_pb2", globals())
21
- if _descriptor._USE_C_DESCRIPTORS == False:
22
- DESCRIPTOR._options = None
23
- _PLACEHOLDER._serialized_start = 34
24
- _PLACEHOLDER._serialized_end = 75
25
- # @@protoc_insertion_point(module_scope)
@@ -1,40 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: problem.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- import jijmodeling.protobuf.pb2.constraint_pb2 as constraint__pb2
16
- import jijmodeling.protobuf.pb2.custom_penalty_term_pb2 as custom__penalty__term__pb2
17
- import jijmodeling.protobuf.pb2.expression_pb2 as expression__pb2
18
-
19
-
20
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
21
- b'\n\rproblem.proto\x12\x0bjijmodeling\x1a\x10\x63onstraint.proto\x1a\x19\x63ustom_penalty_term.proto\x1a\x10\x65xpression.proto"\xf5\x03\n\x07Problem\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12)\n\x05sense\x18\x03 \x01(\x0e\x32\x1a.jijmodeling.Problem.Sense\x12-\n\x12objective_function\x18\x04 \x01(\x0b\x32\x11.jijmodeling.Expr\x12:\n\x0b\x63onstraints\x18\x05 \x03(\x0b\x32%.jijmodeling.Problem.ConstraintsEntry\x12J\n\x14\x63ustom_penalty_terms\x18\x06 \x03(\x0b\x32,.jijmodeling.Problem.CustomPenaltyTermsEntry\x1aK\n\x10\x43onstraintsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12&\n\x05value\x18\x02 \x01(\x0b\x32\x17.jijmodeling.Constraint:\x02\x38\x01\x1aY\n\x17\x43ustomPenaltyTermsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12-\n\x05value\x18\x02 \x01(\x0b\x32\x1e.jijmodeling.CustomPenaltyTerm:\x02\x38\x01"F\n\x05Sense\x12\x15\n\x11SENSE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSENSE_MINIMIZE\x10\x01\x12\x12\n\x0eSENSE_MAXIMIZE\x10\x02\x62\x06proto3'
22
- )
23
-
24
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
25
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "problem_pb2", globals())
26
- if _descriptor._USE_C_DESCRIPTORS == False:
27
- DESCRIPTOR._options = None
28
- _PROBLEM_CONSTRAINTSENTRY._options = None
29
- _PROBLEM_CONSTRAINTSENTRY._serialized_options = b"8\001"
30
- _PROBLEM_CUSTOMPENALTYTERMSENTRY._options = None
31
- _PROBLEM_CUSTOMPENALTYTERMSENTRY._serialized_options = b"8\001"
32
- _PROBLEM._serialized_start = 94
33
- _PROBLEM._serialized_end = 595
34
- _PROBLEM_CONSTRAINTSENTRY._serialized_start = 357
35
- _PROBLEM_CONSTRAINTSENTRY._serialized_end = 432
36
- _PROBLEM_CUSTOMPENALTYTERMSENTRY._serialized_start = 434
37
- _PROBLEM_CUSTOMPENALTYTERMSENTRY._serialized_end = 523
38
- _PROBLEM_SENSE._serialized_start = 525
39
- _PROBLEM_SENSE._serialized_end = 595
40
- # @@protoc_insertion_point(module_scope)
@@ -1,30 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: reduction_op.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- import jijmodeling.protobuf.pb2.index_pb2 as index__pb2
16
-
17
-
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
19
- b'\n\x12reduction_op.proto\x12\x0bjijmodeling\x1a\x0bindex.proto"\xac\x01\n\x0bReductionOp\x12+\n\x04kind\x18\x01 \x01(\x0e\x32\x1d.jijmodeling.ReductionOp.Kind\x12!\n\x05index\x18\x02 \x01(\x0b\x32\x12.jijmodeling.Index\x12\x12\n\noperand_id\x18\x03 \x01(\x04"9\n\x04Kind\x12\x14\n\x10KIND_UNSPECIFIED\x10\x00\x12\x0c\n\x08KIND_SUM\x10\x01\x12\r\n\tKIND_PROD\x10\x02\x62\x06proto3'
20
- )
21
-
22
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
23
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "reduction_op_pb2", globals())
24
- if _descriptor._USE_C_DESCRIPTORS == False:
25
- DESCRIPTOR._options = None
26
- _REDUCTIONOP._serialized_start = 49
27
- _REDUCTIONOP._serialized_end = 221
28
- _REDUCTIONOP_KIND._serialized_start = 164
29
- _REDUCTIONOP_KIND._serialized_end = 221
30
- # @@protoc_insertion_point(module_scope)
@@ -1,27 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: subscript.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
16
- b'\n\x0fsubscript.proto\x12\x0bjijmodeling"\xcd\x01\n\tSubscript\x12\x0c\n\x04ndim\x18\x01 \x01(\x04\x12)\n\x04type\x18\x02 \x01(\x0e\x32\x1b.jijmodeling.Subscript.Type\x12\x13\n\x0bvariable_id\x18\x03 \x01(\x04\x12\x15\n\rsubscript_ids\x18\x04 \x03(\x04"[\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10TYPE_PLACEHOLDER\x10\x01\x12\x10\n\x0cTYPE_ELEMENT\x10\x02\x12\x15\n\x11TYPE_DECISION_VAR\x10\x03\x62\x06proto3'
17
- )
18
-
19
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "subscript_pb2", globals())
21
- if _descriptor._USE_C_DESCRIPTORS == False:
22
- DESCRIPTOR._options = None
23
- _SUBSCRIPT._serialized_start = 33
24
- _SUBSCRIPT._serialized_end = 238
25
- _SUBSCRIPT_TYPE._serialized_start = 147
26
- _SUBSCRIPT_TYPE._serialized_end = 238
27
- # @@protoc_insertion_point(module_scope)
@@ -1,27 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: unary_op.proto
4
- """Generated protocol buffer code."""
5
- from google.protobuf.internal import builder as _builder
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
-
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
16
- b'\n\x0eunary_op.proto\x12\x0bjijmodeling"\xc2\x01\n\x07UnaryOp\x12\'\n\x04kind\x18\x01 \x01(\x0e\x32\x19.jijmodeling.UnaryOp.Kind\x12\x12\n\noperand_id\x18\x02 \x01(\x04"z\n\x04Kind\x12\x14\n\x10KIND_UNSPECIFIED\x10\x00\x12\x0c\n\x08KIND_ABS\x10\x01\x12\r\n\tKIND_CEIL\x10\x02\x12\x0e\n\nKIND_FLOOR\x10\x03\x12\x0e\n\nKIND_LOG_2\x10\x04\x12\x0f\n\x0bKIND_LOG_10\x10\x05\x12\x0e\n\nKIND_LOG_E\x10\x06\x62\x06proto3'
17
- )
18
-
19
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "unary_op_pb2", globals())
21
- if _descriptor._USE_C_DESCRIPTORS == False:
22
- DESCRIPTOR._options = None
23
- _UNARYOP._serialized_start = 32
24
- _UNARYOP._serialized_end = 226
25
- _UNARYOP_KIND._serialized_start = 104
26
- _UNARYOP_KIND._serialized_end = 226
27
- # @@protoc_insertion_point(module_scope)