In fact, these vertices are the basic feasible solutions of linear programming problems.
So how do you get these vertices (basically feasible solutions) from the model?
The key to solving the model is to solve ax = b.
Because a matrix is an m×n matrix, the unique solution of the above constraint equation cannot be obtained. The nonsingular submatrix b of m×m must be found in the A matrix, that is, it satisfies that | b | is not equal to zero (the determinant is not zero), so that the unique solution of bx = b can be obtained. At this time, the decision variables corresponding to matrix B are called base variables, and the rest are non-base variables. In x, if the basic variable takes the value of BX = B and the non-basic variable takes the value of zero, then x is the basic (feasible) solution of the problem, that is, the solution corresponding to the vertex of the row field.
This is written according to my understanding, I hope it helps.