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

Update sby_engine_abc.py #268

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Update sby_engine_abc.py #268

merged 1 commit into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. Update sby_engine_abc.py

    ABC will sometimes return negative frame numbers when proving by convergence, e.g.
    ```
    engine_0: Proved output 1 in frame -698905656 (converged).
    engine_0: Proved output 4 in frame -698905656 (converged).
    ```
    This change fixes these properties being missed and causing the engine status to return UNKNOWN due to `proved_count != len(proved)`.
    KrystalDelusion authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6c8b838 View commit details
    Browse the repository at this point in the history