Polyhedron $\mathcal{P}\subseteq\mathbb{R}^2$, given by the inequalities:
$x_1+2x_2\geq 1,\qquad x_1\geq -1,\qquad x_1-x_2\geq -3,\qquad x_2\geq 1,\qquad -2x_1-x_2\leq 0 $
Giving matrix $A$ and vector $b$, such that $Ax\leq b$:
$$
A= \begin{pmatrix}
-1 & -2\\
-1 & 0\\
-1 & 1\\
0 & -1\\
-2&-1
\end{pmatrix}\qquad,\qquad b=\begin{pmatrix}
-1\\
1\\
3\\
-1\\
0\\
\end{pmatrix}
$$
How do I proceed to find the corners/vertices of $\mathcal{P}$ ? Thanks for the help