]> ruin.nu Git - germs.git/history - src/test
More help output
[germs.git] / src / test /
2007-12-19 Michael AndreenOnly build tests if we have cppunit available
2007-12-19 Michael AndreenMake it possible to build statically against the includ...
2007-10-29 Michael Andreenchanged name to GERMS
2007-08-29 Michael AndreenAdded a Whirl model, which favors reversals, instead...
2007-08-28 Michael Andreenbad testcase
2007-08-28 Michael AndreenBUGFIX: forgot to set parent to 0 on child when removin...
2007-08-16 Michael AndreenshortBranches
2007-08-16 Michael Andreenhave all tests enabled
2007-08-16 Michael Andreencount leaves
2007-08-16 Michael Andreenmake the componenttree a minimal unoriented tree
2007-08-15 Michael Andreenmore complete test
2007-08-15 Michael Andreeninital commit of componenttree with associated changes
2007-08-03 Michael Andreena little more refactoring, name might just as well...
2007-08-03 Michael Andreengenesorter now uses models to score actions, specific...
2007-08-03 Michael Andreenstarted a refactoring with Model class to score differe...
2007-06-24 Michael Andreencast to size_t instead of asuming unsigned long
2007-06-24 Michael Andreenadded a test case with hurdles
2007-06-24 Michael Andreensorting without hurdles seems to work
2007-06-24 Michael Andreengood to have a inversion distance function
2007-06-24 Michael Andreenminor things
2007-06-24 Michael Andreenbetter if SortAction takes care of the shared_ptr,...
2007-06-24 Michael Andreenwe need a list of smart pointers
2007-06-24 Michael Andreensetting up things for implementing the sorting
2007-06-21 Michael Andreeninitial commit of the modelidentifier files
2007-06-20 Michael AndreenfindComponents implemented and passes test
2007-06-20 Michael AndreenfindIntervals is now O(n)
2007-06-19 Michael Andreenfirst point in points is now a dummy so indexes matches...
2007-06-19 Michael AndreencountCycles implemented and passess test
2007-06-19 Michael AndreenfindIntervalAtPoints implemnted and passes test
2007-06-19 Michael AndreenfindIntervals implemented and passing test
2007-06-19 Michael Andreenadding countCycles, findComponents, findIntervals decla...
2007-06-18 Michael Andreenlongest increasing and decreasing subsequences
2007-06-18 Michael Andreenrobinson schensted algorithm implemented
2007-06-18 Michael AndreenGeneOrder::reverse implemented
2007-06-18 Michael Andreensome cleanup, documentation, begin() and end() methods
2007-06-14 Michael Andreenqt tester optional
2007-06-14 Michael Andreenassignment works
2007-06-14 Michael Andreencopy constructor works
2007-06-14 Michael Andreenconstructor for GeneOrder done
2007-06-14 Michael Andreena bit nicer
2007-06-14 Michael Andreensome more changes