I'm trying to access the number of feasible solutions found during MOSEK optimization. The reason for this is that we need to balance the parameters and stopping criteria between optimization time and quality (~ number of explored) solutions.
I'm using MOSEK Fusion API for Python (version 10.1.10).
I wasn't able to find any hints as how to do this in the documentation. Is there a way to access these found solutions (or access their number)?