Analysis for solution completeness: check whether functions are solution complete, i.e., calls only non-rigid functions
solcompAnalysis
:: Analysis Bool
The completeness analysis is a global function dependency analysis. It assigns to a function a flag which is True if this function is operationally complete, i.e., does not call (explicitly or implicitly) a rigid function.
showSolComplete
:: AOutFormat -> Bool -> String