コード例 #1
0
 public static bool dom(slevel s1, slevel s2)
 {
     return(dommax2(s1.clas, s1.comp, s2.clas, s2.comp));
 }
コード例 #2
0
ファイル: latice.cs プロジェクト: Rotariu-Stefan/INFO-SI
 public static bool dom(slevel s1, slevel s2)
 {
     return dommax2(s1.clas, s1.comp, s2.clas, s2.comp);
 }