VC++ changes
use clock in WIN98 fix manual get rid of ISO X/0 git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@347 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -8226,11 +8226,10 @@ L = [1-[2,3,4,5,6],2-[4,5,6],4-[6]]
|
||||
@syindex reachable/3
|
||||
@cnindex reachable/3
|
||||
Unify @var{Vertices} with the set of all vertices in graph
|
||||
@var{Graph that are reachable from @var{Node}. In the next example:
|
||||
@var{Graph} that are reachable from @var{Node}. In the next example:
|
||||
@example
|
||||
?- reachable(1,[1-[3,5],2-[4],3-[],4-[5],5-[]],V).
|
||||
|
||||
|
||||
V = [1,3,5]
|
||||
@end example
|
||||
|
||||
|
Reference in New Issue
Block a user