1
2
3
pub trait InformationOrganizer {
    fn reorganize_information(&mut self, new_vertex_id_layout: &Vec<usize>);
}