P(A,b)={x∣ A.x ≤ b}
I have to create a polyhedron with this inputs
but in sage inequalities like this
A.x + b >= 0
, how to convert
![]() | 1 | initial version |
P(A,b)={x∣ A.x ≤ b}
I have to create a polyhedron with this inputs
but in sage inequalities like this
A.x + b >= 0
, how to convert