19 #include <utility/exit.hh>
27 #include <utility/vector1_bool.hh>
29 #include <utility/vector1.hh>
42 M[ prefix +
"_first" ] =
ScoreType(first);
44 for(
int i=first+1; i<last; i++) {
45 std::ostringstream s; s << prefix <<
'_' << i;
361 for ( std::map< std::string, ScoreType >::const_iterator iter =
name2score_type_.begin(),
376 std::map< std::string, ScoreType >::const_iterator iter(
name2score_type_.find( name ) );
378 utility_exit_with_message(
"unrecognized score_type type "+name);
395 std::map< std::string, ScoreType >::const_iterator iter(
name2score_type_.find( name ) );