We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afe86b commit 3232befCopy full SHA for 3232bef
2 files changed
pounders/py/pounders.py
@@ -1,11 +1,7 @@
1
-import sys
2
-
3
import numpy as np
4
5
-from .._get_minq_installation import get_minq_installation
6
from .create_trsp_solver import create_trsp_solver
7
from .bmpts import bmpts
8
-from .bqmin import bqmin
9
from .checkinputss import checkinputss
10
from .formquad import formquad
11
from .prepare_outputs_before_return import prepare_outputs_before_return
pounders/py/pounders_concurrent.py
0 commit comments