OTest2
A C++ testing framework
|
Ordinary scoring function - standard LCS algorithm. More...
#include <hirschberg.h>
Public Member Functions | |
std::tuple< bool, int > | scoreSub (int step_, const Type_ left_[], int left_index_, const Type_ right_[], int right_index_) const |
int | scoreDel (int step_, const Type_ right_[], int right_index_) const |
int | scoreIns (int step_, const Type_ left_[], int left_index_) const |
bool | betterScore (int score1_, int score2_) const |
Ordinary scoring function - standard LCS algorithm.
Definition at line 42 of file hirschberg.h.
|
inline |
Definition at line 68 of file hirschberg.h.
|
inline |
Definition at line 54 of file hirschberg.h.
|
inline |
Definition at line 61 of file hirschberg.h.
|
inline |
Definition at line 44 of file hirschberg.h.