pyoptsparse icon indicating copy to clipboard operation
pyoptsparse copied to clipboard

IPOPT segfaults with a small sparse optimization problem

Open ewu63 opened this issue 4 years ago • 0 comments

Description

Steps to reproduce issue

  1. Change self.N to 5000 in test_large_sparse.py
  2. Run the IPOPT test

Current behavior

Optimization segfaults

Expected behavior

Optimization should complete successfully.

Code versions

List versions only if relevant

  • IPOPT 3.13.2

ewu63 avatar May 13 '21 18:05 ewu63