Let's say we apply dual simplex method in the process of doing a gomory cut in integer programming. Is the "algorithm" the same when working with the dual problem?
I ask this because we sometimes get as exercise to first take the dual of the original problem, then to continue with the exercise (applying the simplex method) and find an integer solution for the original problem (where dual simplex comes into play). The exercise asks for the dual problem to help us reduce the number of variables (for example to be able to visualize the different steps of the tableau in a 2D plot). I know that to get the final result from a dual problem for the original problem, I have to look at the coefficients in the tableau and not at the value of the variables, but I am not sure whether the dual simplex method for gomory cut stays the same when applying it to the dual problem.
Example exercise:
constraints
objective
(a) Formulate the dual form.
(b) Convert the system to second primal form.
(c) Simulate the simplex method.
(d) If the solution is not an integer, calculate the Gomory cut.