pub struct SimulationEngine;Expand description
Deterministic simulation engine for invariant testing.
This engine performs static analysis of program models against invariants. It analyzes function control flow, state access patterns, and structural properties to detect potential violations.
Implementations§
Trait Implementations§
Source§impl Default for SimulationEngine
impl Default for SimulationEngine
Auto Trait Implementations§
impl Freeze for SimulationEngine
impl RefUnwindSafe for SimulationEngine
impl Send for SimulationEngine
impl Sync for SimulationEngine
impl Unpin for SimulationEngine
impl UnsafeUnpin for SimulationEngine
impl UnwindSafe for SimulationEngine
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