mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-18 20:38:39 +01:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
# the affine hull of {[a,b] : a=b && 1 <= a <= 163} ...
|
|
3 4
|
|
0 1 -1 0
|
|
1 1 0 -1
|
|
1 -1 0 163
|
|
|
|
# ... is {[a,b] : a=b} (and not {[In_1,In_2]}, as Omega 1.2 claims)
|
|
1 4
|
|
0 1 -1 0
|