pub struct Disjunction<VStore> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<VStore> Clone for Disjunction<VStore>where
VStore: Collection,
impl<VStore> Clone for Disjunction<VStore>where
VStore: Collection,
Source§impl<VStore> Debug for Disjunction<VStore>
impl<VStore> Debug for Disjunction<VStore>
Source§impl<VStore> DisplayStateful<Model> for Disjunction<VStore>
impl<VStore> DisplayStateful<Model> for Disjunction<VStore>
Source§impl<VStore> NotFormula<VStore> for Disjunction<VStore>where
VStore: Collection + 'static,
impl<VStore> NotFormula<VStore> for Disjunction<VStore>where
VStore: Collection + 'static,
Source§impl<VStore> Propagator<VStore> for Disjunction<VStore>
impl<VStore> Propagator<VStore> for Disjunction<VStore>
Source§fn propagate(&mut self, vstore: &mut VStore) -> bool
fn propagate(&mut self, vstore: &mut VStore) -> bool
Returns
false if it failed to propagate (a variable has an empty domain after propagation).Source§impl<VStore> PropagatorDependencies<FDEvent> for Disjunction<VStore>
impl<VStore> PropagatorDependencies<FDEvent> for Disjunction<VStore>
Source§impl<VStore> Subsumption<VStore> for Disjunction<VStore>
impl<VStore> Subsumption<VStore> for Disjunction<VStore>
fn is_subsumed(&self, vstore: &VStore) -> SKleene
Auto Trait Implementations§
impl<VStore> Freeze for Disjunction<VStore>
impl<VStore> !RefUnwindSafe for Disjunction<VStore>
impl<VStore> !Send for Disjunction<VStore>
impl<VStore> !Sync for Disjunction<VStore>
impl<VStore> Unpin for Disjunction<VStore>
impl<VStore> !UnwindSafe for Disjunction<VStore>
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