Struct rs_graph::dimacs::min::Instance [−][src]
pub struct Instance<G> {
pub graph: G,
pub balances: Vec<isize>,
pub lower: Vec<isize>,
pub upper: Vec<isize>,
pub costs: Vec<isize>,
}Fields
graph: GThe graph.
balances: Vec<isize>The node balance.
lower: Vec<isize>The lower bounds.
upper: Vec<isize>The upper bounds.
costs: Vec<isize>The arc costs.
Auto Trait Implementations
impl<G> RefUnwindSafe for Instance<G> where
G: RefUnwindSafe,
G: RefUnwindSafe,
impl<G> Send for Instance<G> where
G: Send,
G: Send,
impl<G> Sync for Instance<G> where
G: Sync,
G: Sync,
impl<G> Unpin for Instance<G> where
G: Unpin,
G: Unpin,
impl<G> UnwindSafe for Instance<G> where
G: UnwindSafe,
G: UnwindSafe,