Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
578 B

  1. ---------------
  2. RelaxMatch v1.0
  3. ---------------
  4. Release Date: 08/01
  5. Notes:
  6. - Includes two algorithms: Online and BFS
  7. - Passed over 270 million random test cases
  8. ----------------
  9. RelaxMatch v1.1
  10. ----------------
  11. Release Date: 08/22
  12. Notes:
  13. - Added functions RelaxGetDegree, RelaxGetNeighbour
  14. - Changed RelaxSetMatched function to deal with vertices that are already matched.
  15. - Cleaned up BFS code
  16. ------------
  17. LHMatch v1.2
  18. ------------
  19. Release Date: 01/09
  20. Notes:
  21. - Renamed to LHMatch for consistency with the patent application.