if (IS_EPSILON_TARGET_DEFINITIONand(previous_score-CStarScore)>=sanityTargetDifferenceThreshold)or(notIS_EPSILON_TARGET_DEFINITIONandCStarScore<previous_score):
print(f'{id_}: '+bcolors.WARNING+f'μ: {μ}'+bcolors.ENDC+f', len(Π): {len(Π)}, '+bcolors.OKGREEN+f'len(D[μ]): {len(D[μ])}'+bcolors.ENDC+f' ({[f"{b.height}({b.level_min}-{b.level},{round(b.score,4)})" for b in D[μ]]})')