Changes between Version 5 and Version 6 of WikiStart
- Timestamp:
- Oct 20, 2011, 9:03:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v5 v6 2 2 = Agape Library = 3 3 4 The Agape library is a Java implementation of exponential or parametrized algorithms of the literature and developed during the [http://www-sop.inria.fr/mascotte/Contrats/AGAPE/ Agape project], a research program funded by the [www.agence-nationale-recherche.fr/ French National Research Agency].4 The Agape library is a Java implementation of '''exponential or parametrized graph algorithms''' of the literature and developed during the [http://www-sop.inria.fr/mascotte/Contrats/AGAPE/ Agape project], a research program funded by the [http://www.agence-nationale-recherche.fr/ French National Research Agency]. 5 5 6 == Algorithms == 6 == Main algorithms == 7 8 - chromatic number (PSPACE and O(5.283^n^)in time) 9 - minimum directed feedback vertex set (O(1.9977^n^)) 10 - maximum independent set (O(1.2201^n^)) 11 - minimum vertex cover (TODO) 7 12 8 13