We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e937f2c commit 7c8da76Copy full SHA for 7c8da76
qiskit_optimization/__init__.py
@@ -68,9 +68,7 @@
68
:toctree: ../stubs/
69
:nosignatures:
70
71
- INFINITY
72
-
73
-A constant for infinity.
+ ~qiskit_optimization.infinity.INFINITY
74
75
Submodules
76
==========
qiskit_optimization/infinity.py
@@ -14,3 +14,4 @@
14
15
16
INFINITY = 1.0e20 # pylint: disable=invalid-name
17
+""" A constant for infinity. """
0 commit comments