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


Quelle  smallest.gi   Sprache: unbekannt

 
#############################################################################
##
#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.20 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge