<div style="font-family: Arial, sans-serif; font-size: 14px;">Dear SCIP community,</div><div style="font-family: Arial, sans-serif; font-size: 14px;">I was wondering whether the array of SCIP_SOL* that is returned by <span>SCIPgetSols()</span> always contains the SCIP_SOL* that <span>SCIPgetBestSol</span>() returns. The documentation does not specify that. Furthermore, I'd like to know whether SCIPgetSols() returns the best incumbents or just some recent feasible solutions that were found until the solving was terminated. For my pricing problem I'd like to retrieve the k best incumbents of the problem and I am not sure whether this is the right approach.<br></div><div style="font-family: Arial, sans-serif; font-size: 14px;"><br></div><div style="font-family: Arial, sans-serif; font-size: 14px;">Hope you can help out here. Best,</div><div style="font-family: Arial, sans-serif; font-size: 14px;">Christopher<br></div>