[][src]Trait aces::Atomic

pub trait Atomic: Contextual + Copy + PartialEq + Eq + PartialOrd + Ord {
    fn into_node_id(this: InContext<Self>) -> Option<NodeID>;
fn into_sat_literal(self, negated: bool) -> Literal; }

A trait of an identifier convertible into NodeID and into sat::Literal.

Required methods

fn into_node_id(this: InContext<Self>) -> Option<NodeID>

fn into_sat_literal(self, negated: bool) -> Literal

Loading content...

Implementors

impl Atomic for NodeID[src]

impl Atomic for LinkID[src]

impl Atomic for PortID[src]

Loading content...