Changes between Version 29 and Version 30 of WikiStart
- Timestamp:
- Jan 27, 2012, 7:40:02 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v29 v30 6 6 == Main algorithms == 7 7 8 - chromatic number (PSPACE and O(5.283^n^) in time)8 - chromatic number (PSPACE and O(5.283^n^) in time) 9 9 - minimum directed feedback vertex set (O(1.9977^n^)) 10 10 - maximum independent set (O(1.2201^n^)) 11 - minimum vertex cover (TODO) 11 - minimum vertex cover (O(1.33^k^)) 12 - minimal ab-separators (O(n^3^)) 12 13 13 A precise description of all implemented algorithms can be found in RR-2011-XX.14 A precise description of all implemented algorithms can be found in [http://hal.archives-ouvertes.fr/docs/00/66/38/66/PDF/RR-2012-01.pdf RR-2012-01]. 14 15 15 16 == Download ==