jijmodeling 1.12.3__cp38-abi3-manylinux_2_28_x86_64.whl → 1.13.0rc1__cp38-abi3-manylinux_2_28_x86_64.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.

jijmodeling/__init__.pyi CHANGED
@@ -1676,6 +1676,15 @@ class Interpreter:
1676
1676
  >>> interpreter.get_instance_data("f") # doctest: +ELLIPSIS
1677
1677
  <jijmodeling.JaggedArray object at 0x...>
1678
1678
 
1679
+ Update instance data and re-evaluate expressions
1680
+ >>> a = jm.Placeholder("a")
1681
+ >>> x = jm.BinaryVar("x")
1682
+ >>> interpreter.eval_expr(a * x) # Original evaluation with a = 1
1683
+ Function(x0)
1684
+ >>> interpreter.insert_instance_data("a", 3) # Update value of 'a'
1685
+ >>> interpreter.eval_expr(a * x) # Re-evaluate with updated value
1686
+ Function(3*x0)
1687
+
1679
1688
  ```
1680
1689
  """
1681
1690
  num_decision_variables: builtins.int
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jijmodeling
3
- Version: 1.12.3
3
+ Version: 1.13.0rc1
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Operating System :: POSIX :: Linux
6
6
  Classifier: Operating System :: MacOS
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
20
20
  Requires-Dist: numpy
21
21
  Requires-Dist: pandas
22
22
  Requires-Dist: orjson>=3.8.0,<4.0.0
23
- Requires-Dist: ommx>=1.8.1,<2.0.0
23
+ Requires-Dist: ommx>=2.0.0rc1,<3.0.0
24
24
  License-File: LICENSE.txt
25
25
  Summary: Mathematical modeling tool for optimization problem
26
26
  Author: Jij Inc.
@@ -1,18 +1,18 @@
1
- jijmodeling-1.12.3.dist-info/METADATA,sha256=X5SO-dIzsflNQtLEjNph47iCf-Mlwnt4EDjgp1LEODw,2478
2
- jijmodeling-1.12.3.dist-info/WHEEL,sha256=X1jCbz0nTPg6Z-gxSGDJ1EroaJIet7Im3-tmw30faZs,106
3
- jijmodeling-1.12.3.dist-info/licenses/LICENSE.txt,sha256=T5HdEbP5NWG8fZbvF9pofeteW3HrS30V3_LvtPUHFYM,3400
1
+ jijmodeling-1.13.0rc1.dist-info/METADATA,sha256=-yqQQaT8LpufJimrfXd3r6NUU_8GfCYlmxDQOrBZP6Q,2484
2
+ jijmodeling-1.13.0rc1.dist-info/WHEEL,sha256=2gIzTaU1IZcNUemGxPb4DoC1_3vwD4J8-SZFo4ZrPL4,106
3
+ jijmodeling-1.13.0rc1.dist-info/licenses/LICENSE.txt,sha256=T5HdEbP5NWG8fZbvF9pofeteW3HrS30V3_LvtPUHFYM,3400
4
+ jijmodeling/__init__.py,sha256=43DV_WzDxS0n6FseNyfJZ6oQucO31T4qqbz3bx9JMtE,44
5
+ jijmodeling/__init__.pyi,sha256=blLp09Q9CrELuqF6j9xTJXnKzKb4ANI1eJGYI3ypEYg,155372
6
+ jijmodeling/_jijmodeling.abi3.so,sha256=4Iojds3r7NWRuzQvMsKpKw27kK9bPxgKIsGKh2CgGzA,9459616
7
+ jijmodeling/dataset.py,sha256=S4piVIiUGJMi8MlG3kFV-8JIkzvnktAS0IdkbJ655hw,185
8
+ jijmodeling/dataset.pyi,sha256=3kKSch5XR16pEZA0c_Xr_J9Ai_IAv3aTqExR7iCd-pk,4083
4
9
  jijmodeling/experimental.py,sha256=Of-tUY3kfpFHpjGbIcclbMenCP2BMW07me895YH7tG8,575
5
10
  jijmodeling/experimental.pyi,sha256=lBo4LxYFm-C4m2oC6XVYkBON6EVbbZjWl2NmMziPhbw,11275
6
11
  jijmodeling/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- jijmodeling/dataset.py,sha256=S4piVIiUGJMi8MlG3kFV-8JIkzvnktAS0IdkbJ655hw,185
8
- jijmodeling/__init__.py,sha256=43DV_WzDxS0n6FseNyfJZ6oQucO31T4qqbz3bx9JMtE,44
9
12
  jijmodeling/range/__init__.py,sha256=4HqNNHBnK4H3EDl7nV7crz9EIEr85Uc3APnI6xvz4OQ,529
10
- jijmodeling/range/value.pyi,sha256=rm6hAOACwTUYPNlYOLAmqMKoT7c2XQUMH6HyzvhbVjc,2870
11
- jijmodeling/range/size.pyi,sha256=qV7OxCU_sHBVrH7Vyf1tOpClQphMlPD3ZzBDLVacRWI,2830
12
13
  jijmodeling/range/__init__.pyi,sha256=VM36FPMICfAW54EAZKIrYFbams01fcCuaSn58MR54Qc,3911
13
14
  jijmodeling/range/size.py,sha256=gBwFfLuO4GprRfjVWyCplEvFJri8cxPRtuEd5uXzo7Q,528
15
+ jijmodeling/range/size.pyi,sha256=qV7OxCU_sHBVrH7Vyf1tOpClQphMlPD3ZzBDLVacRWI,2830
14
16
  jijmodeling/range/value.py,sha256=aRwQGzpH5MZgpgKvd8gxMkMRyloq0S5zv87Kv3PHSd4,532
15
- jijmodeling/__init__.pyi,sha256=BSMS_Shh8Po6TC8r0TBsOfawd_Bz8CUf0dNIhdbRK3Q,155002
16
- jijmodeling/dataset.pyi,sha256=3kKSch5XR16pEZA0c_Xr_J9Ai_IAv3aTqExR7iCd-pk,4083
17
- jijmodeling/_jijmodeling.abi3.so,sha256=9F6r5kdpPNl_UyAUUvbXxNo67uKaGK64IqU0E-eJ50Y,9615168
18
- jijmodeling-1.12.3.dist-info/RECORD,,
17
+ jijmodeling/range/value.pyi,sha256=rm6hAOACwTUYPNlYOLAmqMKoT7c2XQUMH6HyzvhbVjc,2870
18
+ jijmodeling-1.13.0rc1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.8.3)
2
+ Generator: maturin (1.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-abi3-manylinux_2_28_x86_64