My favorites | Sign in
Project Logo
rel
                
Feeds:
People details
Project owners:
  faivrem

What

Algebraic Relation Calculator implemented in ruby thanks to Treetop

> A = {(0,1),(2,3)}
> B = {(0,1),(1,2)}
> A+B  # union
{(0,1),(1,2),(2,3)}
> A/B  # intersection
{(0,1)}

Installation









Hosted by Google Code