cvxgrp / scs

Splitting Conic Solver
MIT License
553 stars 136 forks source link

test issue #166

Closed bodono closed 3 years ago

bodono commented 3 years ago

Please read this first

If you are have a problem that SCS struggles with you can pass a string to the `write_data_filename' argument and SCS will dump a file containing the problem to disk. You can send this file to us or attach to this bug report for easy reproduction of the issue.

A common cause of issues is not linking BLAS/LAPACK libraries correctly. If you are having this issue please search for resources on installing and linking these libraries first. You can try openblas if you need a BLAS library.

Specifications

Description

A clear and concise description of the problem.

How to reproduce

Ideally a minimal snippet of code that reproduces the problem if possible.

Additional information

Extra context.

Output

Entire SCS output including the entire stack trace if applicable.