giaf / hpipm

High-performance interior-point-method QP and QCQP solvers
Other
552 stars 130 forks source link

Please add to README how to run tests #122

Open yurivict opened 2 years ago

giaf commented 2 years ago

The testing material in the test_problems folder doesn't contain automatic tests or the like, but it is more meant to be used "by hand" during development, and the tests themselves are continuously modified as needed e.g. to test a new feature.

Therefore, I would suggest to consider the use of the examples/c folder instead, where the material is more stable, and where the problem data is separated from the examples scripts, as provided by stand-alone data files.