8 * Created by Pat Schloss on 4/8/09.
9 * Copyright 2009 Patrick D. Schloss. All rights reserved.
13 #include "fullmatrix.h"
16 class SLibshuff : public Libshuff {
19 SLibshuff(FullMatrix*, int, float);
20 vector<vector<double> > evaluateAll();
21 float evaluatePair(int, int);
24 double sCalculate(int, int);