pub struct IfdsProblemBuilder;Expand description
Factory for deterministic IFDS fixtures.
Implementations§
Source§impl IfdsProblemBuilder
impl IfdsProblemBuilder
pub fn random_valid( num_procs: u32, blocks_per_proc: u32, facts_per_proc: u32, intra_edge_count: u32, seed_count: u32, summary_edge_count: u32, seed: u64, ) -> IfdsProblemFixture
pub fn adversarial_zero_dimensions() -> IfdsProblemFixture
pub fn adversarial_overflow_shape() -> IfdsProblemFixture
Auto Trait Implementations§
impl Freeze for IfdsProblemBuilder
impl RefUnwindSafe for IfdsProblemBuilder
impl Send for IfdsProblemBuilder
impl Sync for IfdsProblemBuilder
impl Unpin for IfdsProblemBuilder
impl UnsafeUnpin for IfdsProblemBuilder
impl UnwindSafe for IfdsProblemBuilder
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