Hi there, is there anyway to get the optimal simplex tableau from Gurobi? I checked this link (CPLEX) but unfortunately could not reach to the tableau it supposed to be. Any suggestions will be of great help.
See this tutorial for working with solver-independent basis functions: Basis matrices · JuMP
You might also be interested in Sensitivity analysis of a linear program · JuMP
Does that achieve what you need?
Otherwise, you’ll need to use Gurobi’s C API: GitHub - jump-dev/Gurobi.jl: A Julia interface to the Gurobi Optimizer
It’ll be easier to help if you can provide a minimal reproducible example of what you’re trying to achieve.
1 Like