The Minkowski sum of two cones C1 and C2 is
C1 + C2 = {x + y | x in C1, y in C2}
Is there a method in sage that computes C1+C2?
1 | initial version |
The Minkowski sum of two cones C1 and C2 is
C1 + C2 = {x + y | x in C1, y in C2}
Is there a method in sage that computes C1+C2?