public static bool dom(slevel s1, slevel s2) { return(dommax2(s1.clas, s1.comp, s2.clas, s2.comp)); }
public static bool dom(slevel s1, slevel s2) { return dommax2(s1.clas, s1.comp, s2.clas, s2.comp); }