pub struct AglWitness {
pub map: Affine,
}Expand description
An auto-discovered affine equivalence between two Bₙ-orbit representatives: a concrete
φ ∈ AGL(n,2) carrying one cover’s blocker set onto the other’s. The Bₙ census reports the two orbits
as distinct classes; this witness proves they are the SAME unsatisfiable problem up to an affine
coordinate change — the structure the signed-permutation lens could not see, made explicit and
re-checkable. Codifying the collapse this way turns a merge count into concrete affine symmetries.
Fields§
§map: AffineImplementations§
Trait Implementations§
Source§impl Clone for AglWitness
impl Clone for AglWitness
Source§fn clone(&self) -> AglWitness
fn clone(&self) -> AglWitness
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 AglWitness
impl RefUnwindSafe for AglWitness
impl Send for AglWitness
impl Sync for AglWitness
impl Unpin for AglWitness
impl UnsafeUnpin for AglWitness
impl UnwindSafe for AglWitness
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