c99bb999fdbdfc38a08d5481fcc38189cf96028a
[optf/osdf.git] / minizinc-examples / vDNS-service-silver-customer-model-driven-placement.dzn
1 N_CLOUD_REGIONS = 3;  % e-dc-1, core-dc-1, core-dc-2
2 N_ATTRIBUTES = 4; 
3 N_METRICS = 2;
4
5 CUST_TYPE = SILVER;
6
7 W_METRICS = [0.9, 0.1];  
8 W_ATTRIBUTES = [0, 0.9, 0.05, 0.05];
9
10 capabilities = [| 0, 0, 1, 1
11                 | 1, 0, 1, 1
12                 | 1, 0, 1, 1 |]; 
13
14 utilization = [| 0.05, 0.9
15                | 0.1, 0.5
16                | 0.8, 0.98 |];