1%{ @file sn_has_load_dependence.m
2 % @brief Checks
if the network has load-dependent service rates
4 % @author LINE Development Team
8 % @brief Checks
if the network has load-dependent service rates
11 % Returns
true if any station has service rates that depend on queue length.
15 %
bool = sn_has_load_dependence(sn)
20 % <tr><th>Name<th>Description
21 % <tr><td>sn<td>Network structure
26 % <tr><th>Name<th>Description
27 % <tr><td>bool<td>True
if any station has load-dependent service
30function
bool = sn_has_load_dependence(sn)
32bool = size(sn.lldscaling,2)>0;