Exceptions

Exceptions raised by pypoman.

All exceptions derive from pypoman.exceptions.Exception, so that users can catch any pypoman-specific error with a single except clause.

exception pypoman.exceptions.ConversionError

A polyhedron does not match the representation it is converted to.

exception pypoman.exceptions.EmptyPolytopeError

A polytope or polygon is empty, i.e. its constraints are infeasible.

exception pypoman.exceptions.Exception

Base class for all exceptions raised by pypoman.

exception pypoman.exceptions.SolverError

An underlying LP or QP solver failed to return a solution.