Minizinc data model - no edge DC hard constraint 51/32051/1
authorRamki Krishnan <ramkri123@gmail.com>
Sun, 18 Feb 2018 15:47:46 +0000 (15:47 +0000)
committerRamki Krishnan <ramkri123@gmail.com>
Sun, 18 Feb 2018 15:48:48 +0000 (15:48 +0000)
Issue-ID: OPTFRA-127
Change-Id: Ic781135f1697623f245d98a32571a2f1e03d2438
Signed-off-by: Ramki Krishnan <ramkri123@gmail.com>
minizinc-examples/vDNS-service-no-edge-dc-model-driven-placement.dzn [new file with mode: 0644]

diff --git a/minizinc-examples/vDNS-service-no-edge-dc-model-driven-placement.dzn b/minizinc-examples/vDNS-service-no-edge-dc-model-driven-placement.dzn
new file mode 100644 (file)
index 0000000..3a2a000
--- /dev/null
@@ -0,0 +1,16 @@
+N_CLOUD_REGIONS = 3;  % e-dc-1, core-dc-1, core-dc-2
+N_ATTRIBUTES = 4; 
+N_METRICS = 2;
+
+CUST_TYPE = GOLD;
+
+W_METRICS = [0.9, 0.1];  
+W_ATTRIBUTES = [0, 0.9, 0.05, 0.05];
+
+capabilities = [| 0, 0, 1, 1
+                | 1, 0, 1, 1
+                | 1, 1, 0, 1 |]; 
+
+utilization = [| 0.05, 0.9
+               | 0.1, 0.5
+               | 0.95, 1.0 |];