]> ruin.nu Git - germs.git/commitdiff
more documentation
authorMichael Andreen <harv@ruin.nu>
Mon, 18 Jun 2007 09:58:07 +0000 (09:58 +0000)
committerMichael Andreen <harv@ruin.nu>
Mon, 18 Jun 2007 09:58:07 +0000 (09:58 +0000)
src/geneorder.h

index a4b7aaa0ae51a7567c450a7f87655627c0639ab4..4659e0efee62ca5194a3505b75d868bfe865c416 100644 (file)
 #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{