EDGES2VERTICES

Given the edges of a convex polytope, this function returns its vertices.

Contents

Function of MOBY-DIC toolbox.

Description

Given a polytope represented by its edges as H x <= K, this function returns the vertices of the polytope. If the polytope is empty, the function returns an empty matrix.

Syntax

V = edges2vertices(H, K, [tol]);

A tolerance can also be provided, such as the polytope is considered empty if the Chebishev radius is smaller than tol

Acknowledgements

Contributors:

Copyright is with: