Closed wanghf15 closed 4 months ago
python 3.8.10 proxsuite-0.6.6 was installed
import proxsuite proxsuite.proxqp.dense.VectorQP() Traceback (most recent call last): File "", line 1, in AttributeError: module 'proxsuite.proxsuite_pywrap_avx2.proxqp.dense' has no attribute 'VectorQP'
you just get VectorQP if proxsuite is build with openmp support.
VectorQP
python 3.8.10 proxsuite-0.6.6 was installed