-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Kind: EnhancementNew feature or requestNew feature or requestPriority: LowMinimal urgency or nice-to-haveMinimal urgency or nice-to-haveSize: Good First IssueEasy to get started, good for newcomersEasy to get started, good for newcomers
Description
Within manager operations like restr, the cofactor is computed via cof at the respective level depending on the DD type. While the real cofactor is computed for the Shannon expansion, this is not done for the Davio expansion due to performance reasons. In this context, a "trick" of the form if (vlist[x].t == expansion::pD && a) { return consts[0]; } is applied.
For completeness, a generalized method should nevertheless be provided that computes the real cofactor even in the context of the Davio decompositions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Kind: EnhancementNew feature or requestNew feature or requestPriority: LowMinimal urgency or nice-to-haveMinimal urgency or nice-to-haveSize: Good First IssueEasy to get started, good for newcomersEasy to get started, good for newcomers