home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************************
- +
- + LEDA 2.1.1 11-15-1991
- +
- +
- + _interval_set.c
- +
- +
- + Copyright (c) 1991 by Max-Planck-Institut fuer Informatik
- + Im Stadtwald, 6600 Saarbruecken, FRG
- + All rights reserved.
- +
- *******************************************************************************/
-
-
- #include <LEDA/interval_set.h>
-
- list(is_item) Interval_Set::intersection(real x, real y)
- { list(dic2_item) L = range_search(-MAXFLOAT,y,x,MAXFLOAT);
- return *((list(is_item)*)&L);
- }
-
-