Exemple #1
0
 public Tuple <BDD, BDD>[] Partition(int k)
 {
     return(algebra.Partition(this, k));
 }