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

netlists can now track properties with arbitrary shapes #1052

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

kroening
Copy link
Member

@kroening kroening commented Apr 4, 2025

The netlist data structure can store properties to check about the netlist.

This replaces the std::variant data structure for storing properties for a
few special cases of temporal logic formulas by an encoding using
expressions over literal_exprt.

@kroening kroening force-pushed the netlist-expr branch 5 times, most recently from 5397913 to 76572a8 Compare April 7, 2025 14:32
The netlist data structure can store properties to check about the netlist.

This replaces the std::variant data structure for storing properties for a
few special cases of temporal logic formulas by an encoding using
expressions over literal_exprt.
@kroening kroening marked this pull request as ready for review April 7, 2025 14:42
@tautschnig tautschnig merged commit d09b725 into main Apr 8, 2025
9 checks passed
@tautschnig tautschnig deleted the netlist-expr branch April 8, 2025 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants