LINE Solver
MATLAB API documentation
Loading...
Searching...
No Matches
cl_closed.m
1% SF_CLOSED Closed cluster: 8 jobs cycling between Think and 3 PS servers.
2
3clear all
4
5N = 8;
6Z = 1.0;
7D = ones(3, 1);
8strategy = {SchedStrategy.PS, SchedStrategy.PS, SchedStrategy.PS};
9
10model = Network.clusterClosed(N, Z, D, strategy, ones(3, 1), RoutingStrategy.RAND);
11
12solver = MVA(model);
13disp(solver.getAvgTable());