sort-networks.git
2010-05-10 Florian Forstersn-evolution-cut: Add new evolutionary algorithm for...
2010-05-10 Florian Forstersn-evolution: Mark appropriate arguments as unused.
2010-05-10 Florian Forstersrc/Makefile.am: Build the "sn-evolution" application...
2010-05-10 Florian Forsterconfigure.ac: Link with "pthread" if no libs are given...
2010-05-10 Florian Forstersn-cut: Include "config.h".
2010-05-10 Florian Forsterconfigure.ac: Added check for libpopulation.
2010-05-10 Florian Forstersrc/sn_network.c: Fix comparison between signed and...
2010-05-10 Florian Forstersn-apply: Include "config.h".
2010-05-10 Florian Forstersn-normalize: Include "config.h".
2010-05-10 Florian Forstersn-show: Make it possible to display more than one...
2010-05-10 Florian Forsterconfigure.ac: Define wanted C and POSIX versions.
2010-05-10 Florian ForsterREADME: Added some information about the utility programs.
2010-05-10 Florian ForsterUpdate copyright date and email address.
2010-05-10 Florian Forstersrc/Makefile.am: Added more binaries to the Makefile.
2010-05-10 Florian ForsterAdded empty README file.
2010-05-10 Florian ForsterInitial autotoolization.
2009-09-04 Florian Forsterpop_stats: Add module for population statistics.
2009-03-26 Florian Forstersrc/sn-evolution2.c: Add `weights' for `total', `fails...
2009-03-12 Florian Forstersrc/sn-evolution2.c: Clean up the mutation probability...
2009-03-12 Florian Forstersrc/sn-evolution2.c: Implement the -I option.
2009-03-11 Florian Forstersrc/sn-shmoo.c: Add a generator for shmoo charts.
2009-03-11 Florian Forstersrc/sn-batcher.c: Add program to create batcher mergeso...
2009-03-11 Florian Forstersrc/sn-evolution2.c: Calculate mutation probability...
2009-03-11 Florian Forstersrc/sn-evolution2.c: Make mutations more likely.
2009-03-11 Florian Forstersrc/sn-evolution2: Added a true random evolutionary...
2009-03-11 Florian Forstersrc/sn_network.c: Replace all tabs with spaces.
2009-03-11 Florian Forstersrc/sn_network.c: Fix a bug in sn_network_normalize.
2009-03-11 Florian Forstersrc/sn-oddevenmerge.c: Create a OEM-network.
2008-11-26 Florian Forstersrc/sn-evolution.c: Don't mutate large networks.
2008-11-26 Florian Forstersrc/sn-evolution.c: Make the output a bit nicer.
2008-11-20 Florian Forstersrc/sn_network.c: Implement shifting when using the...
2008-11-20 Florian Forstersrc/sn_network.[ch]: Implement `sn_network_shift'.
2008-11-20 Florian Forstersrc/sn_stage.[ch]: Implement `sn_stage_shift'.
2008-11-20 Florian Forstersrc/sn_comparator.[ch]: Implement `sn_comparator_shift'.
2008-11-20 Florian Forstersrc/sn_network.c: Add folding markers to all functions.
2008-07-13 Florian ForsterMerge branch 'ff/libpopulation'
2008-07-13 Florian Forstersrc/sn-evolution.c: Make peers and #threads configurabl...
2008-07-12 Florian Forstersrc/sn_network.c: Fix a bug/typo in the unserialize...
2008-07-11 Florian Forstersn_network.[ch]: Implemented (un)serialize functions.
2008-07-11 Florian Forstersn_stage.[ch]: Implemented (un)serialize functions.
2008-07-11 Florian Forstersn-evolution: Use the `libpopulation' library instead...
2008-07-11 Florian Forstersrc/sn_population.c: Removed some debug messages.
2008-05-10 Florian ForsterMerge branch 'master' of git://git.verplant.org/sort...
2008-05-10 Florian Forstersn-evolution: Add a SIGTERM handler.
2008-05-10 Florian Forstersrc/sn_population.c: Implemented a brute force minimiza...
2008-05-10 Florian Forstersn-evolution: Remove a debug message.
2008-05-10 Florian Forstersn-evolution: Added a mutation operator.
2008-05-10 Florian Forstersn-check-bf: Added a brute-force checker.
2008-05-10 Florian Forstersn-apply: Use `sn_stage_sort' rather than the own function.
2008-05-10 Florian Forstersrc/sn_{network,stage}.[ch]: Add a brute force checker.
2008-05-10 Florian Forstersrc/*.c: Define _ISOC99_SOURCE and _POSIX_C_SOURCE...
2008-05-10 Florian Forstersrc/Makefile: Updated the `clean' target.
2008-05-10 Florian Forstersrc/sn-evolution.c: Added pthread support for (local...
2008-05-08 Florian octo... src/sn-apply.c: Add tool to show the progress of the...
2008-05-07 Florian Forstersrc/*.[ch]: Added GPLv2 license information.
2008-05-07 Florian Forstersrc/Makefile: Added the new programs and dependencies.
2008-05-07 Florian Forstersrc/sn-tex.c: Add a program to format sort networks...
2008-05-07 Florian Forstersrc/sn_normalize.c: Add a program to normalize sort...
2008-05-07 Florian Forstersrc/sn_network.[ch]: Add `sn_network_normalize'.
2008-05-07 Florian Forstersrc/sn_evolution.c: Print the rating of the best soluti...
2008-05-07 Florian Forstersrc/sn_population.[ch]: Add `sn_population_best_rating'.
2008-04-25 Florian Forstersrc/sn-evolution.c: Use the sn_random module.
2008-04-25 Florian Forstersrc/sn-evolution.c: Write best network to output file...
2008-04-25 Florian ForsterMakefile: Added the new modules and updated existing...
2008-04-25 Florian Forstersn-evolution.c: Use the new sn_population object.
2008-04-25 Florian Forstersn_population.[ch]: Add the sn_population object.
2008-04-25 Florian Forstersn_random.[ch]: Add a module for random number handling.
2008-04-25 Florian Forstersn_stage.[ch]: Add the sn_stage_clone method.
2008-04-25 Florian Forstersn_network.[ch]: Add the sn_network_clone method.
2008-02-11 Florian Forstersn-evolution: Implemented the use of `getopt'.
2008-02-02 Florian Forstersrc/sn-evolution.c: Free the population before exiting.
2008-02-02 Florian ForsterAdded a `clean' target.
2008-02-02 Florian Forstersrc/sn_network.c: Fixed two memory leaks.
2008-02-01 Florian Forstersrc/sn-evolution.c: Change the default number of iterat...
2008-02-01 Florian Forstersrc/sn-evolution.c: Added an `olymp'.
2008-02-01 Florian Forstersrc/sn-evolution.c: Installed a SIGINT handler to shutd...
2008-02-01 Florian Forstersrc/sn-evolution.c: Added a first version of evolutiona...
2008-02-01 Florian ForsterImported the initial C files that make up a decent...