Struct rs_graph::dimacs::max::Instance [−][src]
Fields
graph: GThe graph.
src: NThe source node.
snk: NThe sink node.
upper: Vec<usize>The upper bounds.
Auto Trait Implementations
impl<G, N> RefUnwindSafe for Instance<G, N> where
G: RefUnwindSafe,
N: RefUnwindSafe,
G: RefUnwindSafe,
N: RefUnwindSafe,
impl<G, N> Send for Instance<G, N> where
G: Send,
N: Send,
G: Send,
N: Send,
impl<G, N> Sync for Instance<G, N> where
G: Sync,
N: Sync,
G: Sync,
N: Sync,
impl<G, N> Unpin for Instance<G, N> where
G: Unpin,
N: Unpin,
G: Unpin,
N: Unpin,
impl<G, N> UnwindSafe for Instance<G, N> where
G: UnwindSafe,
N: UnwindSafe,
G: UnwindSafe,
N: UnwindSafe,