https://github.com/fglock/set-infinite
Sets of intervals
https://github.com/fglock/set-infinite
Last synced: about 1 year ago
JSON representation
Sets of intervals
- Host: GitHub
- URL: https://github.com/fglock/set-infinite
- Owner: fglock
- License: other
- Created: 2012-12-16T17:46:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T18:04:19.000Z (almost 6 years ago)
- Last Synced: 2025-02-16T10:14:10.151Z (over 1 year ago)
- Language: Perl
- Size: 177 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
NAME
Set::Infinite - Sets of intervals
SYNOPSIS
use Set::Infinite;
$a = Set::Infinite->new(1,2); # [1..2]
print $a->union(5,6); # [1..2],[5..6]
INSTALLATION
To install this module type the following in the distribution
directory:
perl Makefile.PL
make
make test
make install