> By the way for another problem I need to get the vertices of the > polyhedron defined by the linear constraints, as with the cddlib library, > do you know how I could get that ? >
Enumerating vertices requires a very different algorithm from optimizing over polyhedra. The best way to do this in Julia right now is probably to call pycddlib using PyCall (I've personally done this and it works). I think you can pass rationals to it as well.
