little tool for tournament cross-tables
add_result = function(from, to)
	table.insert(Global_state.results, {from, to})
end