AndreyBychkov / QBee

Quadratization of differential equations
MIT License
7 stars 2 forks source link

Ctrl+C does not stop polynomialization #21

Closed AndreyBychkov closed 1 year ago

AndreyBychkov commented 1 year ago

When SIGINT is caught, only a quadratization handler works; A possible fix is replacing POLY_ALGORITHM_INTERRUPTED and QUAD_ALGORITHM_INTERRUPTED with a single variable and setting it to False during finalization.