I have been trying to use the SetHint python API in google or-tools to set an initial solution to kick-start SCIP. It looks like my hints are accepted by the SetHint function. however, I initiate variables with their optimal values, time and the number of iterations didn't change.
how can I check whether Solver is actually using sethints?