jijmodeling 1.13.2__cp38-abi3-manylinux_2_28_aarch64.whl → 1.13.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 +2 -2
- jijmodeling/_jijmodeling.abi3.so +0 -0
- {jijmodeling-1.13.2.dist-info → jijmodeling-1.13.4.dist-info}/METADATA +1 -1
- {jijmodeling-1.13.2.dist-info → jijmodeling-1.13.4.dist-info}/RECORD +6 -6
- {jijmodeling-1.13.2.dist-info → jijmodeling-1.13.4.dist-info}/WHEEL +1 -1
- {jijmodeling-1.13.2.dist-info → jijmodeling-1.13.4.dist-info}/licenses/LICENSE.txt +0 -0
jijmodeling/__init__.pyi
CHANGED
|
@@ -3708,7 +3708,7 @@ def log2(operand:typing.Any) -> Log2Op:
|
|
|
3708
3708
|
`ModelingError`: Raises if the input contains a decision variable.
|
|
3709
3709
|
"""
|
|
3710
3710
|
|
|
3711
|
-
def max(operands
|
|
3711
|
+
def max(*operands) -> MaxOp:
|
|
3712
3712
|
r"""
|
|
3713
3713
|
Create the `MaxOp` object from the expression.
|
|
3714
3714
|
|
|
@@ -3738,7 +3738,7 @@ def max(operands:typing.Sequence[typing.Any]) -> MaxOp:
|
|
|
3738
3738
|
`ModelingError`: Raises if the input contains a decision variable.
|
|
3739
3739
|
"""
|
|
3740
3740
|
|
|
3741
|
-
def min(operands
|
|
3741
|
+
def min(*operands) -> MinOp:
|
|
3742
3742
|
r"""
|
|
3743
3743
|
Create the `MinOp` object from the expression.
|
|
3744
3744
|
|
jijmodeling/_jijmodeling.abi3.so
CHANGED
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
jijmodeling-1.13.
|
|
2
|
-
jijmodeling-1.13.
|
|
3
|
-
jijmodeling-1.13.
|
|
1
|
+
jijmodeling-1.13.4.dist-info/METADATA,sha256=I9T6DteIjDq9gF7dVCe7R97OLidWyAofVV94iB9tRN4,2511
|
|
2
|
+
jijmodeling-1.13.4.dist-info/WHEEL,sha256=Flq5NPP2j_RMfns2-YLcgMysMd1F4Y1bfmYWN9Ge8hw,107
|
|
3
|
+
jijmodeling-1.13.4.dist-info/licenses/LICENSE.txt,sha256=UDoDtHuEfRayMGh1HKVD3OR4lXFmXC4ifF2hQvwwj3w,3449
|
|
4
4
|
jijmodeling/__init__.py,sha256=43DV_WzDxS0n6FseNyfJZ6oQucO31T4qqbz3bx9JMtE,44
|
|
5
|
-
jijmodeling/__init__.pyi,sha256=
|
|
6
|
-
jijmodeling/_jijmodeling.abi3.so,sha256=
|
|
5
|
+
jijmodeling/__init__.pyi,sha256=XfykzhpFDhRMQ_E0YUhabcXpPmih_GoocYsomSna9nc,155852
|
|
6
|
+
jijmodeling/_jijmodeling.abi3.so,sha256=oq98W_990YNZCb1fOTB1AM94NuLeTXSSZGkUxAnvCc0,8063552
|
|
7
7
|
jijmodeling/dataset.py,sha256=S4piVIiUGJMi8MlG3kFV-8JIkzvnktAS0IdkbJ655hw,185
|
|
8
8
|
jijmodeling/dataset.pyi,sha256=Ktyf4tYSS7hb5UdysFYs_Qv32tKbVNkCYVOL-ODtemY,6227
|
|
9
9
|
jijmodeling/experimental.py,sha256=Of-tUY3kfpFHpjGbIcclbMenCP2BMW07me895YH7tG8,575
|
|
@@ -15,4 +15,4 @@ jijmodeling/range/size.py,sha256=gBwFfLuO4GprRfjVWyCplEvFJri8cxPRtuEd5uXzo7Q,528
|
|
|
15
15
|
jijmodeling/range/size.pyi,sha256=yoKQNzsJG-TP1I5U4BXtl_nreD0yzH8_Qv6Sqrsatfo,2766
|
|
16
16
|
jijmodeling/range/value.py,sha256=aRwQGzpH5MZgpgKvd8gxMkMRyloq0S5zv87Kv3PHSd4,532
|
|
17
17
|
jijmodeling/range/value.pyi,sha256=n69FBubyMklpUEiFJEfFwvx8cbBxv-3x6YfO2oQ3c4I,2806
|
|
18
|
-
jijmodeling-1.13.
|
|
18
|
+
jijmodeling-1.13.4.dist-info/RECORD,,
|
|
File without changes
|