You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this makes perfect sense, but we have to be aware that operations on rationals are about 200x slower (from experience, using libgmpxx).
Another option is, once we have fixed the granularity to use integers as representants (i.e., decide on a common divisor and only argue about and store the numerator) - this way we get the best of both worlds.
We currently use double for clock valuations, which already caused some bugs, e.g., #88.
We might want to use Rationals altogether. We should check again whether this would make sense.
The text was updated successfully, but these errors were encountered: