}
// if there is a clash
if(clashDepends != null) {
if( log.isLoggable( Level.FINE ) ) {
Clash clash = abox.isClosed() ? abox.getClash() : Clash.atomic(node, clashDepends, d);
log.fine("CLASH: Branch " + getBranch() + " " + clash + "!" + " " + clashDepends.getExplain());
}
if( PelletOptions.USE_DISJUNCT_SORTING ) {
if(stats == null) {