I have built an LP model in JuMP/Julia using Gurobi solver. I wish to visualize the constraints for checking the overall correctness of my model. In python, we can define a function help to visualize the constraints. Please follow the link below for pythons solution. How to get access to constraint matrix and visualize it in JuMP?
Get constraints in matrix format from gurobipy
Best,
NG