sweep3.c
上传用户:gzelex
上传日期:2007-01-07
资源大小:707k
文件大小:0k
开发平台:

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"