Home
last modified time | relevance | path

Searched refs:pathcount1 (Results 1 – 6 of 6) sorted by relevance

/dports/math/gap/gap-4.11.0/pkg/grape-4.8.3/nauty22/
H A Dgutil2.c9 pathcount1(graph *g, int start, setword body, setword last) in pathcount1() function
26 count += pathcount1(g,i,body,last&~bit[i]); in pathcount1()
52 total += pathcount1(g,j,body,nbhd); in cyclecount1()
H A Dgutils.h15 long pathcount1(graph*,int,setword,setword);
/dports/math/nauty/nauty27r3/
H A Dgutils.h30 extern long pathcount1(graph*,int,setword,setword);
H A Dgutil2.c25 pathcount1(graph *g, int start, setword body, setword last) in pathcount1() function
42 count += pathcount1(g,i,body,last&~bit[i]); in pathcount1()
68 total += pathcount1(g,j,body,nbhd); in cyclecount1()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dgutils.h30 extern long pathcount1(graph*,int,setword,setword);
H A Dgutil2.c25 pathcount1(graph *g, int start, setword body, setword last)
42 count += pathcount1(g,i,body,last&~bit[i]);
68 total += pathcount1(g,j,body,nbhd);