source: src/test/resources/partydomain/party2_utility.xml@ 37

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

Initial import : Genius 9.0.0

File size: 4.7 KB
RevLine 
[1]1<utility_space>
2<objective index="0" description="" name="Party" type="objective" etype="objective">
3<issue index="1" name="Food" vtype="discrete" type="discrete" etype="discrete">
4<item index="1" description="Buy bags of chips and party nuts for all guests." value="Chips and Nuts" cost="100" evaluation="1">
5</item>
6<item index="2" description="Diced cheese, sliced sausage, deep fried stuff. More tasty than chips and nuts, but more expensive." value="Finger-Food" cost="170" evaluation="2">
7</item>
8<item index="3" description="Custom snacks, hours d’oeuvres etc. Less expansive than finger-food, but more work." value="Handmade Food" cost="120" evaluation="3">
9</item>
10<item index="4" description="Outsource the food, if you will. The least work, the
11highest cost." value="Catering" cost="250" evaluation="4">
12</item>
13</issue>
14<issue index="2" name="Drinks" vtype="discrete" type="discrete" etype="discrete">
15<item index="1" description="Soda’s, ice water, etc." value="Non-Alcoholic" cost="75" evaluation="3">
16</item>
17<item index="2" description="More than enough beers for everybody. It has alcohol, but is more expensive." value="Beer Only" cost="300" evaluation="2">
18</item>
19<item index="3" description="Mix your own drinks. More work, but less expensive than a trainload of beer." value="Handmade Cocktails" cost="200" evaluation="12">
20</item>
21<item index="4" description="Let some company do the drinks. Least work, highest cost." value="Catering" cost="450" evaluation="1">
22</item>
23</issue>
24<issue index="3" name="Location" vtype="discrete" type="discrete" etype="discrete">
25<item index="1" description="A tent on some field somewhere. Roomy, but outdoors." value="Party Tent" cost="200" evaluation="3">
26</item>
27<item index="2" description="Give the party in your dormitory. It’s home, but there is less room." value="Your Dorm" cost="100" evaluation="2">
28</item>
29<item index="3" description="Hire a standard party room. Enough room, no outdoor problems. It costs more, though." value="Party Room" cost="400" evaluation="10">
30</item>
31<item index="4" description="The fanciest option. A beautifully decorated ballroom with everything you need." value="Ballroom" cost="600" evaluation="1">
32</item>
33</issue>
34<issue index="4" name="Invitations" vtype="discrete" type="discrete" etype="discrete">
35<item index="1" description="Write the address on pieces of paper and hand those out." value="Plain" cost="25" evaluation="12">
36</item>
37<item index="2" description="Take a nice picture of something, or buy one in the store, and write on the back of that. More expensive, but prettier." value="Photo" cost="75" evaluation="2">
38</item>
39<item index="3" description="Custom shape card. More work, a tad less expensive than the photo option." value="Custom, Handmade" cost="50" evaluation="1">
40</item>
41<item index="4" description="Design the card, then let somebody else print it. You pay a lot, but do the least." value="Custom, Printed" cost="150" evaluation="13">
42</item>
43</issue>
44<issue index="5" name="Music" vtype="discrete" type="discrete" etype="discrete">
45<item index="1" description="Plug some boxes into your computer and run off your MP3 collection. More work, the wiring costs money." value="MP3" cost="100" evaluation="3">
46</item>
47<item index="2" description="Hire a DJ to play off his MP3 collection. No work for you during the party, but more expensive." value="DJ" cost="250" evaluation="1">
48</item>
49<item index="3" description="Hire a party band for live music. The most expensive, but it is live music." value="Band" cost="350" evaluation="2">
50</item>
51</issue>
52<issue index="6" name="Cleanup" vtype="discrete" type="discrete" etype="discrete">
53<item index="1" description="This will take a lot of scrubbing. It is cheap, but by far the most work." value="Water and Soap" cost="20" evaluation="10">
54</item>
55<item index="2" description="Specialized materials will help cleaning a lot, but it is more expensive." value="Specialized Materials" cost="60" evaluation="3">
56</item>
57<item index="3" description="Rent a CleanMaster 3000 and see those stains disappear in no time. Yet less work, yet more mone" value="Special Equiment" cost="150" evaluation="1">
58</item>
59<item index="4" description="Hire somebody else to do your dirty work. No work,but pricey." value="Hired Help" cost="200" evaluation="2">
60</item>
61</issue>
62<weight index="1" value="0.09524603680686539">
63</weight>
64<weight index="2" value="0.2283401143767259">
65</weight>
66<weight index="3" value="0.10901786485921511">
67</weight>
68<weight index="4" value="0.21419760121831746">
69</weight>
70<weight index="5" value="0.10811172572057104">
71</weight>
72<weight index="6" value="0.24508665701830507">
73</weight>
74</objective>
75</utility_space>
Note: See TracBrowser for help on using the repository browser.