Scilab function

hamilton - hamiltonian circuit of a graph

Calling Sequence

cir = hamilton(g)

Parameters

Description

hamilton finds an hamiltonian circuit (if it exists) of the directed graph g.

Examples