コード例 #1
0
ファイル: BipartiteMatching.cs プロジェクト: 15139288365/C5
 public RightNode(TRightLabel label)
 {
     this.label = label;
 }
コード例 #2
0
ファイル: BipartiteMatching.cs プロジェクト: sestoft/C5
 public RightNode(TRightLabel label)
 {
     Label = label;
 }