I would like to access the model information after presolving. Specifically, I would like to see the list of cuts that were added to the model during the presol
These are the conditions: if(x > 0) { y >= a; z <= b; } It is quite easy to convert the conditions into Linear Programming constraints if x we