Skip to content

Instantly share code, notes, and snippets.

@karfam
Created November 11, 2015 21:06
Show Gist options
  • Save karfam/3b88073045ca9e31b226 to your computer and use it in GitHub Desktop.
Save karfam/3b88073045ca9e31b226 to your computer and use it in GitHub Desktop.
group: teo
R = {
A:number, B:number ,C:number
1,4,1
2,3,3
3,2,4
4,1,3
5,7,5
6,8,2
7,4,2
}
S = {
A:number, B:number ,C:number
5,3,4
4,8,3
2,5,1
3,1,2
5,2,3
6,1,2
7,4,2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment