pub struct Solver<'model> { /* private fields */ }Expand description
A solver instance associated with a Model.
Provides solution search and propagation utilities for the model.
Implementations§
Auto Trait Implementations§
impl<'model> Freeze for Solver<'model>
impl<'model> RefUnwindSafe for Solver<'model>
impl<'model> !Send for Solver<'model>
impl<'model> !Sync for Solver<'model>
impl<'model> Unpin for Solver<'model>
impl<'model> UnsafeUnpin for Solver<'model>
impl<'model> UnwindSafe for Solver<'model>
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