source: src/main/resources/genius/templates/laptopdomain/laptop_test.xml@ 209

Last change on this file since 209 was 1, checked in by Wouter Pasman, 6 years ago

Initial import : Genius 9.0.0

File size: 1.5 KB
Line 
1<utility_space>
2<objective index="1" etype="objective" type="objective" description="" name="LaptopDomain">
3<issue index="2" etype="discrete" type="discrete" vtype="discrete" name="Laptop">
4<item index="1" value="Dell" evaluation="1" description="cheap laptop" cost="0.0">
5</item>
6<item index="2" value="Macintosh" evaluation="2" description="quality laptop" cost="0.0">
7</item>
8<item index="3" value="HP" evaluation="3" description="gamer laptop" cost="0.0">
9</item>
10</issue>
11<issue index="3" etype="discrete" type="discrete" vtype="discrete" name="Harddisk">
12<item index="1" value="60 Gb" evaluation="1" description="the default internal HD" cost="0.0">
13</item>
14<item index="2" value="80 Gb" evaluation="2" description="some extra space" cost="0.0">
15</item>
16<item index="3" value="120 Gb" evaluation="3" description="enough for dual-boot or video editing" cost="0.0">
17</item>
18</issue>
19<issue index="4" etype="discrete" type="discrete" vtype="discrete" name="External Monitor">
20<item index="1" value="19'' LCD" evaluation="3" description="nothing special" cost="0.0">
21</item>
22<item index="2" value="20'' LCD" evaluation="2" description="fast switching, high contrast" cost="0.0">
23</item>
24<item index="3" value="23'' LCD" evaluation="1" description="nice to play movies, lots of space" cost="0.0">
25</item>
26</issue>
27<weight index="2" value="0.020087510733586576">
28</weight>
29<weight index="3" value="0.49047817782667286">
30</weight>
31<weight index="4" value="0.4894343114397406">
32</weight>
33</objective>
34</utility_space>
Note: See TracBrowser for help on using the repository browser.