Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  smallest.gi   Sprache: unbekannt

 
Spracherkennung für: .gi vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#############################################################################
##
#W  smallest.gi              DifSets Package                     Dylan Peifer
##
##  Functions use `SmallestImageSet` from GRAPE package to find the
##  lexicographically smallest equivalent difference set to a given set.
##

#############################################################################
##
#F  SmallestEquivalentDifferenceSet( <G>, <D> )
##
InstallGlobalFunction( SmallestEquivalentDifferenceSet, function (G, D)
    local H, A, P;
                         
    # H is translation by group element, A is map by automorphism
    H := Image(RegularActionHomomorphism(G));
    A := Image(ActionHomomorphism(AutomorphismGroup(G), G));
    P := Group(Concatenation(GeneratorsOfGroup(H), GeneratorsOfGroup(A)));
    return SmallestImageSet(P, Set(D));
end );

#############################################################################
##
#F  SmallestEquivalentFreeListOfDifferenceSets( <G>, <difsets> )
##
InstallGlobalFunction( SmallestEquivalentFreeListOfDifferenceSets, function (G, difsets)
    local H, A, P;
                         
    # H is translation by group element, A is map by automorphism
    H := Image(RegularActionHomomorphism(G));
    A := Image(ActionHomomorphism(AutomorphismGroup(G), G));
    P := Group(Concatenation(GeneratorsOfGroup(H), GeneratorsOfGroup(A)));
    return Set(difsets, D -> SmallestImageSet(P, Set(D)));
end );

#############################################################################
##
#E


[Dauer der Verarbeitung: 0.30 Sekunden, vorverarbeitet 2026-06-05]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik