jijmodeling 1.12.3__cp38-abi3-manylinux_2_28_aarch64.whl → 1.12.4__cp38-abi3-manylinux_2_28_aarch64.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.12.4
4
4
  Classifier: Development Status :: 5 - Production/Stable
5
5
  Classifier: Operating System :: POSIX :: Linux
6
6
  Classifier: Operating System :: MacOS
@@ -1,6 +1,6 @@
1
- jijmodeling-1.12.3.dist-info/METADATA,sha256=X5SO-dIzsflNQtLEjNph47iCf-Mlwnt4EDjgp1LEODw,2478
2
- jijmodeling-1.12.3.dist-info/WHEEL,sha256=TQPWM7NjO0PjcwIztsYH6YBdCh1piwEfD9_Xb28YK7o,107
3
- jijmodeling-1.12.3.dist-info/licenses/LICENSE.txt,sha256=T5HdEbP5NWG8fZbvF9pofeteW3HrS30V3_LvtPUHFYM,3400
1
+ jijmodeling-1.12.4.dist-info/METADATA,sha256=HOegdVanMlOld06UQ9d7ghZSzmZg1MdzroztI9I_c80,2478
2
+ jijmodeling-1.12.4.dist-info/WHEEL,sha256=TQPWM7NjO0PjcwIztsYH6YBdCh1piwEfD9_Xb28YK7o,107
3
+ jijmodeling-1.12.4.dist-info/licenses/LICENSE.txt,sha256=T5HdEbP5NWG8fZbvF9pofeteW3HrS30V3_LvtPUHFYM,3400
4
4
  jijmodeling/experimental.py,sha256=Of-tUY3kfpFHpjGbIcclbMenCP2BMW07me895YH7tG8,575
5
5
  jijmodeling/experimental.pyi,sha256=lBo4LxYFm-C4m2oC6XVYkBON6EVbbZjWl2NmMziPhbw,11275
6
6
  jijmodeling/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -12,7 +12,7 @@ jijmodeling/range/size.pyi,sha256=qV7OxCU_sHBVrH7Vyf1tOpClQphMlPD3ZzBDLVacRWI,28
12
12
  jijmodeling/range/__init__.pyi,sha256=VM36FPMICfAW54EAZKIrYFbams01fcCuaSn58MR54Qc,3911
13
13
  jijmodeling/range/size.py,sha256=gBwFfLuO4GprRfjVWyCplEvFJri8cxPRtuEd5uXzo7Q,528
14
14
  jijmodeling/range/value.py,sha256=aRwQGzpH5MZgpgKvd8gxMkMRyloq0S5zv87Kv3PHSd4,532
15
- jijmodeling/__init__.pyi,sha256=BSMS_Shh8Po6TC8r0TBsOfawd_Bz8CUf0dNIhdbRK3Q,155002
15
+ jijmodeling/__init__.pyi,sha256=blLp09Q9CrELuqF6j9xTJXnKzKb4ANI1eJGYI3ypEYg,155372
16
16
  jijmodeling/dataset.pyi,sha256=3kKSch5XR16pEZA0c_Xr_J9Ai_IAv3aTqExR7iCd-pk,4083
17
- jijmodeling/_jijmodeling.abi3.so,sha256=BZTcPpRdvLtAiDEcOowX4nf_83Qbls4dXem4Bko3ktg,7995688
18
- jijmodeling-1.12.3.dist-info/RECORD,,
17
+ jijmodeling/_jijmodeling.abi3.so,sha256=vNIUsMEUzmB27MXudGQoPnJ2sKLdWw_4tW2k4pdRHMw,7868808
18
+ jijmodeling-1.12.4.dist-info/RECORD,,