Subversion Repositories wimsdev

Rev

Rev 20 | Rev 4351 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 4158
Line 2... Line 2...
2
 !goto proc
2
 !goto proc
3
!endif
3
!endif
4
slib_title=Shortest path of a graph
-
 
5
slib_parms=3\
4
 
6
, A matrix of size n by n\
-
 
7
, s first vertex\
-
 
8
, t second vertex
-
 
9
slib_author=Bernadette PERRIN-RIOU
5
slib_author=Bernadette PERRIN-RIOU
10
slib_out=list of vertices in a minimal path from s to t  
-
 
11
slib_comment=
6
 
12
slib_example= [1,0,1,0;0,1,1,0;0,2,4,1;0,1,1,1],1,3
7
slib_example= [1,0,1,0;0,1,1,0;0,2,4,1;0,1,1,1],1,3
13
 
8
 
14
!exit
9
!exit
15
 
10
 
16
:proc
11
:proc