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,
impl<G, N> RefUnwindSafe for Instance<G, N> where
G: RefUnwindSafe,
N: RefUnwindSafe, impl<G, N> UnwindSafe for Instance<G, N> where
G: UnwindSafe,
N: UnwindSafe,
impl<G, N> UnwindSafe for Instance<G, N> where
G: UnwindSafe,
N: UnwindSafe,