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
Is it possible to compute everything with exact arithmetic, if the input game is of type Int or Rational and the user chooses a Polyhedra library that supports computation with Rational such as CDDLib and LRSLib (probably through plib)?
The text was updated successfully, but these errors were encountered:
I suspect that something like this would be possible -- We should investigate further to verify that all operations would maintain the data as Int or Rational (for example, one may have to ensure that the discount factor was of the appropriate type).
Is it possible to compute everything with exact arithmetic, if the input game is of type
Int
orRational
and the user chooses aPolyhedra
library that supports computation withRational
such asCDDLib
andLRSLib
(probably throughplib
)?The text was updated successfully, but these errors were encountered: