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
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
Copyright © 2021 Jogjafile Inc.
Something like this: