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

Logic.assignSubset for partial assignments to Logic #502

Merged
merged 4 commits into from
Aug 6, 2024

Conversation

mkorbel1
Copy link
Contributor

@mkorbel1 mkorbel1 commented Aug 2, 2024

Description & Motivation

Adds the assignSubset API to Logic and LogicStructure, with similar semantics as existed for LogicArray.

See #500 for details on motivation.

Related Issue(s)

Fix #500

Testing

Added new tests, plus existing tests covered LogicArray behavior.

Backwards-compatibility

Is this a breaking change that will not be backwards-compatible? If yes, how so?

No

Documentation

Does the change require any updates to documentation? If so, where? Are they included?

Yes, added to user guide and updated API docs

@mkorbel1 mkorbel1 merged commit dd3f43d into intel:main Aug 6, 2024
3 checks passed
@mkorbel1 mkorbel1 deleted the logic_assignsubset branch August 6, 2024 22:53
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.

Support partial assignment of Logic
1 participant