Proposed implementation: ```julia ispolytopic(X) = applicable(vertices_list, X) && isbounded(X) ```