This is amazing! It was very useful for my purpose (I am developing a GUI to show the steps that simplex takes to solve an optimization problem). But I have a question: is it possible to draw different faces of the polyhedron with different colors? I like to have some nice and colorful figure for the feasible region of the problem which is a polyhedron.
Thanks.
Thanks for a nice package - it saved me quite some time! A hint to users: You get the error "Vector must have 4, 6, or 8 elements." if you specify an unfeasible set, i.e. if your A and b are such that no x fulfill Ax >= b. In my case, it was because I happened to define the normal vectors so they point out instead of in, i.e., the sign of A was reversed.