source: src/main/resources/genius/templates/anac/y2011/Laptop/laptop_seller_utility.xml

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

Initial import : Genius 9.0.0

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