sweep3.c
Upload User: gzelex
Upload Date: 2007-01-07
Package Size: 707k
Code Size: 0k
Development Platform:

MultiPlatform

  1. #include <math.h>
  2. #include <LEDA/sortseq.h>
  3. #include <LEDA/p_queue.h>
  4. #include <LEDA/graph.h>
  5. #include <LEDA/map.h>
  6. #include <LEDA/rat_point.h>
  7. #include <LEDA/rat_segment.h>
  8. typedef rat_point   POINT;
  9. typedef rat_segment SEGMENT;
  10. typedef integer     numtype;
  11. #include "sweep1.tmp"