pub struct AglCollapse {
pub n: usize,
pub bn_orbits: usize,
pub agl_classes: usize,
}Expand description
The AGL collapse of the census — how far the affine group AGL(n,2) ⊋ Bₙ merges the Bₙ-orbit
count. Because the certified family is AGL-invariant (proved), the AGL census carries the same family
tower — just fewer classes: more symmetry, less to cover.
Fields§
§n: usize§bn_orbits: usizeThe Bₙ-orbit count (the census’s covering-class count).
agl_classes: usizeThe AGL(n,2)-class count after the affine lens merges affine-equivalent orbits.
Implementations§
Trait Implementations§
Source§impl Clone for AglCollapse
impl Clone for AglCollapse
Source§fn clone(&self) -> AglCollapse
fn clone(&self) -> AglCollapse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AglCollapse
impl RefUnwindSafe for AglCollapse
impl Send for AglCollapse
impl Sync for AglCollapse
impl Unpin for AglCollapse
impl UnsafeUnpin for AglCollapse
impl UnwindSafe for AglCollapse
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