Maximal stable Set of Intervals Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
INTERVALThis class represents a closed interval object. An interval is a pair of double values [x,y], representing all values (of type double) starting from x to y. We name them the left and the right of the interval. Also, we ca associate a cost (weight) to an interval

September 2007, by Sid Touati (Copyright University of Versailles)