pycvxset.common.is_polytope

pycvxset.common.is_polytope(Q)[source]

Check if the set is a polytope

Parameters:

Q (object) – Set to check

Returns:

Returns True if the set is a polytope, False otherwise

Return type:

bool