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

Conversation

KrystalDelusion
Copy link
Member

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).

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)`.
@jix
Copy link
Member

jix commented Mar 11, 2024

That should be fixed in abc instead of working around it in SBY (or in addition to, the workaround itself is fine and shouldn't cause any additional issues even with it fixed in abc), can you share a project to reproduce this?

@jix jix merged commit e30a0fe into master Mar 11, 2024
5 checks passed
@jix jix deleted the KrystalDelusion-patch-1 branch March 11, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants