source: src/main/resources/genius/templates/anac/y2012/Barter/Barter-A-prof2.xml@ 346

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

Initial import : Genius 9.0.0

File size: 1.4 KB
Line 
1<?xml version="1.0"?>
2<utility_space number_of_issues="3">
3 <objective index="0" etype="objective" type="objective" description="" name="Barter">
4 <weight index="1" value="0.4"/>
5 <weight index="2" value="0.4"/>
6 <weight index="3" value="0.2"/>
7 <issue index="1" etype="discrete" type="discrete" name="price">
8 <item index="1" value="3gm" evaluation="1" cost="0"/>
9 <item index="2" value="4gm" evaluation="2" cost="0"/>
10 <item index="3" value="5gm" evaluation="3" cost="0"/>
11 <item index="4" value="6gm" evaluation="4" cost="0"/>
12 </issue>
13 <issue index="2" etype="discrete" type="discrete" name="CookingOil">
14 <item index="1" value="4ml" evaluation="1" cost="0"/>
15 <item index="2" value="5ml" evaluation="2" cost="0"/>
16 <item index="3" value="6ml" evaluation="3" cost="0"/>
17 <item index="4" value="7ml" evaluation="4" cost="0"/>
18 <item index="5" value="8ml" evaluation="5" cost="0"/>
19 </issue>
20 <issue index="3" etype="discrete" type="discrete" name="Sugar">
21 <item index="1" value="4gm" evaluation="1" cost="0"/>
22 <item index="2" value="6gm" evaluation="2" cost="0"/>
23 <item index="3" value="8gm" evaluation="3" cost="0"/>
24 <item index="4" value="10gm" evaluation="4" cost="0"/>
25 </issue>
26 </objective>
27 <discount_factor value="0.50" />
28<reservation value="0.50" />
29
30</utility_space>
Note: See TracBrowser for help on using the repository browser.