I am trying to understand what algorithms/heuristics are used under each of {aggressive, default, fast} emphasis settings both for separators and heuristics? Where in the documentation or the code can I find this information? Is there a way to change what is computed under each of the above settings?
As per my understanding of CPLEX, to avoid painstaking bookkeeping of local constraints and global constraints, CPLEX's modes (aggressive, default and fast) for bound computation doesn't differ much in performance and time. Is it same with SCIP as well? Is SCIP able to maintain separate local and global cuts?