Skip to content
New issue

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

feat: Support more Alt-Ergo primitives #220

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 6, 2024

  1. feat: Support more Alt-Ergo primitives

    This patch adds typing support for the following Alt-Ergo primitives:
    
     - `fpa_rounding_mode` and its constructors (equivalent to
       `RoundingMode` in SMT-LIB);
     - `real_of_int` (equivalent to `to_real` in SMT-LIB);
     - `real_is_int` (equivalent to `is_int` in SMT-LIB);
     - `abs_int` (equivalent to `abs` in SMT-LIB);
     - `int_floor` (equialent to `floor_to_int` in SMT-LIB)
    bclement-ocp committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6a1b95c View commit details
    Browse the repository at this point in the history