I am looking for a simple way to obtain the list of base variables a LP problem with CPLEX, or a way to indicate a variable is in basis or not?
Actually, I am working on a column generation algorithm. After solving the Restricted Master Problem, the new column becomes 0. How can check the new variable is 0 but in basis, i.e., degeneracy, or it is not in basis and there is an error in my implementation?
you could use getBasisStatuses in C++