pub struct BCDDTerminal;Expand description
Terminal nodes in complement edge binary decision diagrams
Trait Implementations§
Source§impl AsciiDisplay for BCDDTerminal
impl AsciiDisplay for BCDDTerminal
Source§impl Clone for BCDDTerminal
impl Clone for BCDDTerminal
Source§fn clone(&self) -> BCDDTerminal
fn clone(&self) -> BCDDTerminal
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Countable for BCDDTerminal
impl Countable for BCDDTerminal
Source§impl Debug for BCDDTerminal
impl Debug for BCDDTerminal
Source§impl<E: Edge<Tag = EdgeTag>, N: InnerNode<E>> DiagramRules<E, N, BCDDTerminal> for BCDDRules
impl<E: Edge<Tag = EdgeTag>, N: InnerNode<E>> DiagramRules<E, N, BCDDTerminal> for BCDDRules
Source§type Cofactors<'a> = Cofactors<'a, E, <N as InnerNode<E>>::ChildrenIter<'a>>
where
N: 'a,
E: 'a
type Cofactors<'a> = Cofactors<'a, E, <N as InnerNode<E>>::ChildrenIter<'a>> where N: 'a, E: 'a
Iterator created by
DiagramRules::cofactors()Source§fn reduce<M: Manager<Edge = E, InnerNode = N>>(
manager: &M,
level: LevelNo,
children: impl IntoIterator<Item = E>,
) -> ReducedOrNew<E, N>
fn reduce<M: Manager<Edge = E, InnerNode = N>>( manager: &M, level: LevelNo, children: impl IntoIterator<Item = E>, ) -> ReducedOrNew<E, N>
Apply the reduction rule(s) Read more
Source§impl Display for BCDDTerminal
impl Display for BCDDTerminal
Source§impl Hash for BCDDTerminal
impl Hash for BCDDTerminal
Source§impl Ord for BCDDTerminal
impl Ord for BCDDTerminal
Source§fn cmp(&self, other: &BCDDTerminal) -> Ordering
fn cmp(&self, other: &BCDDTerminal) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl ParseTagged<EdgeTag> for BCDDTerminal
impl ParseTagged<EdgeTag> for BCDDTerminal
Source§impl PartialEq for BCDDTerminal
impl PartialEq for BCDDTerminal
Source§impl PartialOrd for BCDDTerminal
impl PartialOrd for BCDDTerminal
impl Copy for BCDDTerminal
impl Eq for BCDDTerminal
impl StructuralPartialEq for BCDDTerminal
Auto Trait Implementations§
impl Freeze for BCDDTerminal
impl RefUnwindSafe for BCDDTerminal
impl Send for BCDDTerminal
impl Sync for BCDDTerminal
impl Unpin for BCDDTerminal
impl UnwindSafe for BCDDTerminal
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more