I would like to define a polytope in SageMath using piecewise linear functions and compute its facets vertices edges and so on. For example, let P be the polytope define by $w_{1i}=w_{23} =0$,$i=2,3,3,5$, $w_{24} =min(0,x_1), w_{25}= min(0, x_1, x_1 + x_2) , w_{34}= x_1, w_{35}=min(x_1,x_1 +x_2), w_{45}= x_1+ x_2$. How to define the polytope in SageMath? Thank you very much.