pacti-org / pacti

A package for compositional system analysis and design
https://www.pacti.org
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

[BUG] Printing rounds off numbers #264

Closed iincer closed 1 year ago

iincer commented 1 year ago

Describe the bug If you enter the polyhedral constraint |a - b | <= epsilon for small epsilon, Pacti will print this constraint as |a - b | <= 0. This makes it hard to debug constraints.

Expected behavior The constraint above should be printed as |a - b | <= epsilon

iincer commented 1 year ago

Closed by #274