int graphBuild ( Graph * const grafptr, /*+ Graph to build +*/ const INT baseval, /*+ Base value +*/ const INT vertnbr, /*+ Number of vertices +*/ const INT edgenbr, /*+ Number of arcs +*/ void * const nghbptr, /*+ Pointer to adjacency structure +*/ INT nghbfrstfunc (void * const, const INT), /*+ Returns first neighbor +*/ INT nghbnextfunc (void * const) )
to 28 feb 2004