Beispiel #1
0
 private string GetOutputCharacter(Pattern p)
 {
     return(solver.GetClosestMatch(GetVector(p)).Information);
 }
Beispiel #2
0
 private string GetOutputCharacter(Pattern p)
 {
     return(solver.GetClosestMatch((BitmapVector)p.Inputs).Information);
 }