X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=src%2Fgeneorder.h;h=4659e0efee62ca5194a3505b75d868bfe865c416;hb=6c059509f0e7230c2352963e559b623fadd27810;hp=a4b7aaa0ae51a7567c450a7f87655627c0639ab4;hpb=959f25585c048a9cda1653ef4c5ea2c1a7007b67;p=germs.git diff --git a/src/geneorder.h b/src/geneorder.h index a4b7aaa..4659e0e 100644 --- a/src/geneorder.h +++ b/src/geneorder.h @@ -27,7 +27,13 @@ #include "misc.h" /** - * Stores a gene order permutation and ensures that all genes are present and not duplicated. + * Stores a gene order permutation and ensures that all genes are present + * and not duplicated. + * + * It has limited support for acting as an STL container, but still maintaining + * the invariant of a permutation starting with 0 and ending with n, with all + * genes present. + * * \author Michael Andreen */ class GeneOrder{