My scip solution log is showing that the number of cuts that have been added are 10 but when I try to get the number using
SCIPgetNCuts(scip)
I always get 0.
In addition to this, is there a way to get all the cuts that have been added into a vector?