Exemple #1
0
 //public FourCube GetSolution()
 //{
 //    return solution;
 //}
 public Rrr(FourCube fc)
 {
     this.fc  = fc;
     this.fc2 = fc.Plus(fc.Equalizer().Multiply(2).Minus(fc).Selector()).Minus(fc.Equalizer());
 }