Table of Contents
this module contains a graph class that provides a minimalistic graph implementation suitable for analysis of chemical problems
filter_off_dependent_cycles ( cycles )
this filtres off all cycles that are combinations of smaller cycles.
gen_variations ( items, n )
get_first_closer_by_one ( v )
get_path_down_to ( end, start )
get_paths_down_to ( end, start )
is_ring_end_vertex ( v )
is_ring_start_vertex ( v )
is_there_a_ring_between ( start, end )
graph
provides a minimalistic graph implementation suitable for analysis of chemical problems,