Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Feb 11, 2025
1 parent 08457b7 commit f789053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python/loading_sparse_qp.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import proxsuite
from util import generate_mixed_qp

# load a qp object using qp problem dimensions
n = 10
n_eq = 2
n_in = 2
qp = proxsuite.proxqp.sparse.QP(n, n_eq, n_in)

from util import generate_mixed_qp


# load a qp2 object using matrix masks
Expand Down

0 comments on commit f789053

Please sign in to comment.