<< NARVAL_R_MPathERT NARVAL NARVAL_R_PathERT >>

NARVAL >> NARVAL > NARVAL_R_NodeInPaths

NARVAL_R_NodeInPaths

Perform the indexes of all shortest paths where a node is present.

Calling Sequence

[ind] = NARVAL_R_NodeInPaths(ERT,i)

Parameters

ERT :

enhanced routing table.

i :

node index.

ind :

list of indexes.

Description

NARVAL_R_NodeInPaths performs the list of indexes of all the shortest paths stored in the enhanced routing table ERT of a graph where the node i is present.

Examples

[path]=NARVAL_F_NARVALPath();//path to NARVAL module
path=path+'/demos/';//folder path
load(path+'RoutingTables_topo_100.dat','pt','rt1','rt2','rt3','rt4','rt5');//loading of the network routing tables
i=1;//node index
[ind]=NARVAL_R_NodeInPaths(rt1,i);//application of NARVAL_R_NodeInPaths
ind

Authors

Foued Melakessou

Contact

Dr. Foued Melakessou

Research Associate

Interdisciplinary Centre for Security, Reliability and Trust

Room F106

University of Luxembourg

6, rue Coudenhove Kalergi

L-1359 Luxembourg-Kirchberg

E-mail: foued.melakessou@uni.lu

Tel: (+352) 46 66 44 5346

Home Page


<< NARVAL_R_MPathERT NARVAL NARVAL_R_PathERT >>