We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abs()
We want to support the following functions:
abs (PySMT: not implemented)
mod (PySMT: not implemented, use The Euclidean definition of the functions div and mod)
min (PySMT: https://pysmt.readthedocs.io/en/latest/api_ref.html#pysmt.shortcuts.Min)
max (PySMT: https://pysmt.readthedocs.io/en/latest/api_ref.html#pysmt.shortcuts.Max)
implement abs() for reals in Ultimate
implement min(), max() in Ultimate
The text was updated successfully, but these errors were encountered:
Maybe here is a good place to implement it. https://github.com/ultimate-pa/ultimate/blob/dev/trunk/source/PEAtoBoogie/src/de/uni_freiburg/informatik/ultimate/pea2boogie/translator/Req2BoogieTranslator.java#L170
Sorry, something went wrong.
hauff
No branches or pull requests
We want to support the following functions:
abs (PySMT: not implemented)
mod (PySMT: not implemented, use The Euclidean definition of the functions div and mod)
min (PySMT: https://pysmt.readthedocs.io/en/latest/api_ref.html#pysmt.shortcuts.Min)
max (PySMT: https://pysmt.readthedocs.io/en/latest/api_ref.html#pysmt.shortcuts.Max)
implement abs() for reals in Ultimate
implement min(), max() in Ultimate
The text was updated successfully, but these errors were encountered: