CBMC
|
Union of intervals. More...
#include <util/interval_template.h>
#include <util/mp_arith.h>
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
class | interval_uniont |
Represents a set of integers by a union of intervals, which are stored in increasing order for efficient union and intersection (linear time in both cases). More... | |
Union of intervals.
Definition in file interval_union.h.