public HardSoftDoubleScore parseScore(String scoreString) {
return HardSoftDoubleScore.parseScore(scoreString);
}
public HardSoftDoubleScoreHolder buildScoreHolder(boolean constraintMatchEnabled) {
return new HardSoftDoubleScoreHolder(constraintMatchEnabled);
}