Skip to content

Commit

Permalink
re-export solve_only call chain
Browse files Browse the repository at this point in the history
  • Loading branch information
healeyq3 committed Jul 27, 2024
1 parent c943f38 commit d242c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion diffcp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

from diffcp.cone_program import solve_and_derivative, \
solve_and_derivative_batch, \
solve_and_derivative_internal, SolverError
solve_and_derivative_internal, SolverError, \
solve_only_batch, solve_only, \
solve_internal
from diffcp.cones import ZERO, POS, SOC, PSD, EXP
from diffcp import utils

0 comments on commit d242c20

Please sign in to comment.