baobab.exec.permutation
Class sort

java.lang.Object
  extended by baobab.exec.permutation.sort

public class sort
extends java.lang.Object

Sorts the origin permutation (or genome) into the target permutation (or genome) applying the optimal number of reversals. This program deals with hurdles, but is not able to deal with a permutation that is a fortress.

To get help, run the program without parameters.

Author:
Marilia Dias Vieira Braga

Constructor Summary
sort()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

sort

public sort()
Method Detail

main

public static void main(java.lang.String[] argv)