We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c350c6e commit 8335334Copy full SHA for 8335334
diffcp/__init__.py
@@ -1,5 +1,7 @@
1
__version__ = "1.0.7"
2
3
-from diffcp.cone_program import solve_and_derivative, solve_and_derivative_batch, solve_and_derivative_internal, SolverError
+from diffcp.cone_program import solve_and_derivative, \
4
+ solve_and_derivative_batch, \
5
+ solve_and_derivative_internal, SolverError
6
from diffcp.cones import ZERO, POS, SOC, PSD, EXP
7
from diffcp import utils
0 commit comments