<< NARVAL_R_Prim NARVAL NARVAL_R_SearchDistance >>

NARVAL >> NARVAL > NARVAL_R_RTPathPresence

NARVAL_R_RTPathPresence

Perform the presence vector of paths stored inside a routing table.

Calling Sequence

[pp]=NARVAL_R_RTPathPresence(rti,nr)

Parameters

rti :

routing table.

nr :

routing table size.

pp :

path presence vector.

Description

NARVAL_R_TablePathPresence performs the presence vector pp of paths stored inside the routing table rt composed by nr lines. When a path is stored inside the line i, pp(i)=1, else pp(i)=0.

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
[l c]=size(rt2);//size of the selected routing table
[pp]=NARVAL_R_RTPathPresence(rt2,l);//application of NARVAL_R_RTPathPresence
rt2(1:15,:)
pp(1:15,:)

Author

http://wwwen.uni.lu/interdisciplinary_centre_for_security_reliability_and_trust

Contact

<< NARVAL_R_Prim NARVAL NARVAL_R_SearchDistance >>