aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-optimizer/src/test/data/resultsTest001.yaml
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-04-01 13:27:05 -0400
committerJerry Flood <jflood@att.com>2019-04-01 14:24:29 -0400
commit442bb3c2d0ca9c6ecf3ecf5d85dc8fec725a204c (patch)
treefd5c22868d7ce7dd8a6f503abdd56ef024999630 /cmso-optimizer/src/test/data/resultsTest001.yaml
parentcb0a9f1021977d3d6cd6326541c203cf2913bf47 (diff)
Define interface to minizinc engine
Issue-ID: OPTFRA-436 Change-Id: Icf450f06d37f6035a620b3f22a5c186f4923d63c Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-optimizer/src/test/data/resultsTest001.yaml')
-rw-r--r--cmso-optimizer/src/test/data/resultsTest001.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/cmso-optimizer/src/test/data/resultsTest001.yaml b/cmso-optimizer/src/test/data/resultsTest001.yaml
new file mode 100644
index 0000000..1c7eed6
--- /dev/null
+++ b/cmso-optimizer/src/test/data/resultsTest001.yaml
@@ -0,0 +1,28 @@
+results:
+ - num_scheduled: 0
+ total_completion_time: 0
+ element_slot_loader: |
+ 1,0,1
+ 2,0,1
+ 3,0,1
+ 4,0,1
+ 5,0,1
+ -
+ num_scheduled: 1
+ total_completion_time: 2
+ element_slot_loader: |
+ 1,0,1
+ 2,0,1
+ 3,2,1
+ 4,0,1
+ 5,0,1
+ -
+ num_scheduled: 4
+ total_completion_time: 8
+ element_slot_loader: |
+ 1,2,1
+ 2,1,1
+ 3,2,1
+ 4,0,1
+ 5,3,1
+elapsed_millis: 3400 \ No newline at end of file