X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=src%2Fgenealgorithms.h;h=7f07d17f47476f617018e62494b7cb0ed9e738c6;hb=e44303f027e957d05c9e9418fbd68171f3707599;hp=b5ed95d01ccb69af8797ec51aa820305e99db376;hpb=148a31960aeb2ba127ef4322a12ae3af28ef2988;p=germs.git diff --git a/src/genealgorithms.h b/src/genealgorithms.h index b5ed95d..7f07d17 100644 --- a/src/genealgorithms.h +++ b/src/genealgorithms.h @@ -51,6 +51,11 @@ std::vector > robinsonSchensted(const GeneOrder& go); */ size_t countCycles(const GeneOrder& go); +/** + * Calculates the inversion distance for this gene order + */ +size_t inversionDistance(const GeneOrder& go); + /** * Finds the components in the gene order. */