[−][src]Struct flag_algebra::flags::Model
Fields
rel: ATrait Implementations
impl<R> Canonize for Model<R> where
R: BinRelation + Serialize + DeserializeOwned, [src]
R: BinRelation + Serialize + DeserializeOwned,
fn size(&self) -> usize[src]
fn invariant_neighborhood(&self, v: usize) -> Vec<Vec<usize>>[src]
fn apply_morphism(&self, p: &[usize]) -> Self[src]
fn invariant_coloring(&self) -> Option<Vec<u64>>[src]
fn canonical(&self) -> Self[src]
fn canonical_typed(&self, sigma: usize) -> Self[src]
fn morphism_to_canonical(&self) -> Vec<usize>[src]
fn morphism_to_canonical_typed(&self, sigma: usize) -> Vec<usize>[src]
fn automorphisms(&self) -> AutomorphismIterator<Self>[src]
fn stabilizer(&self, sigma: usize) -> AutomorphismIterator<Self>[src]
impl<A: Clone> Clone for Model<A>[src]
impl<A: Debug> Debug for Model<A>[src]
impl<'de, A> Deserialize<'de> for Model<A> where
A: Deserialize<'de>, [src]
A: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl<A> Display for Model<A>[src]
impl<A: Eq> Eq for Model<A>[src]
impl<R> Flag for Model<R> where
R: BinRelation + Serialize + DeserializeOwned, [src]
R: BinRelation + Serialize + DeserializeOwned,
fn induce(&self, p: &[usize]) -> Self[src]
const NAME: &'static str[src]
fn size_zero_flags() -> Vec<Self>[src]
fn superflags(&self) -> Vec<Self>[src]
const HEREDITARY: bool[src]
fn generate_next(previous: &[Self]) -> Vec<Self>[src]
fn generate(n: usize) -> Vec<Self>[src]
fn generate_typed_up(type_flag: &Self, g_vec: &[Self]) -> Vec<Self>[src]
fn generate_typed(type_flag: &Self, size: usize) -> Vec<Self>[src]
fn select_type(&self, eta: &[usize]) -> Self[src]
impl<A: Ord> Ord for Model<A>[src]
fn cmp(&self, other: &Model<A>) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl<A: PartialEq> PartialEq<Model<A>> for Model<A>[src]
impl<A: PartialOrd> PartialOrd<Model<A>> for Model<A>[src]
fn partial_cmp(&self, other: &Model<A>) -> Option<Ordering>[src]
fn lt(&self, other: &Model<A>) -> bool[src]
fn le(&self, other: &Model<A>) -> bool[src]
fn gt(&self, other: &Model<A>) -> bool[src]
fn ge(&self, other: &Model<A>) -> bool[src]
impl<A> Serialize for Model<A> where
A: Serialize, [src]
A: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<A> StructuralEq for Model<A>[src]
impl<A> StructuralPartialEq for Model<A>[src]
Auto Trait Implementations
impl<A> RefUnwindSafe for Model<A> where
A: RefUnwindSafe,
A: RefUnwindSafe,
impl<A> Send for Model<A> where
A: Send,
A: Send,
impl<A> Sync for Model<A> where
A: Sync,
A: Sync,
impl<A> Unpin for Model<A> where
A: Unpin,
A: Unpin,
impl<A> UnwindSafe for Model<A> where
A: UnwindSafe,
A: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
SS: SubsetOf<SP>,
fn to_subset(&self) -> Option<SS>
fn is_in_subset(&self) -> bool
unsafe fn to_subset_unchecked(&self) -> SS
fn from_subset(element: &SS) -> SP
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,