Changes between Version 29 and Version 30 of WikiStart


Ignore:
Timestamp:
Jan 27, 2012, 7:40:02 PM (6 years ago)
Author:
jfl@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v29 v30  
    66== Main algorithms == 
    77 
    8 - chromatic number (PSPACE and O(5.283^n^)in time) 
     8- chromatic number (PSPACE and O(5.283^n^) in time) 
    99- minimum directed feedback vertex set (O(1.9977^n^)) 
    1010- 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^)) 
    1213 
    13 A precise description of all implemented algorithms can be found in RR-2011-XX. 
     14A 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]. 
    1415 
    1516== Download ==