source: src/main/resources/genius/templates/anac/y2012/RentalHouse/RentalHouse-C-prof2.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.5 KB
Line 
1<?xml version="1.0"?>
2<utility_space number_of_issues="4">
3 <objective index="0" etype="objective" type="objective" description="" name="RentalHouse">
4 <weight index="1" value="0.4" />
5 <weight index="2" value="0.25" />
6 <weight index="3" value="0.25" />
7 <weight index="4" value="0.1" />
8 <issue index="1" etype="discrete" type="discrete" name="price">
9 <item index="1" value="40000yen" evaluation="5" cost="0"/>
10 <item index="2" value="45000yen" evaluation="4" cost="0"/>
11 <item index="3" value="50000yen" evaluation="3" cost="0"/>
12 <item index="4" value="55000yen" evaluation="2" cost="0"/>
13 <item index="5" value="60000yen" evaluation="1" cost="0"/>
14 </issue>
15 <issue index="2" etype="discrete" type="discrete" name="Style">
16 <item index="1" value="Japanese" evaluation="1" cost="0"/>
17 <item index="2" value="Western" evaluation="2" cost="0"/>
18 </issue>
19 <issue index="3" etype="discrete" type="discrete" name="AcceptableLocations">
20 <item index="1" value="NearToFukiageStation" evaluation="3" cost="0"/>
21 <item index="2" value="NearToTsrumaiStation" evaluation="2" cost="0"/>
22 <item index="3" value="NearToGokisoStation" evaluation="1" cost="0"/>
23 </issue>
24 <issue index="4" etype="discrete" type="discrete" name="WaterHeaterType">
25 <item index="1" value="Electric" evaluation="1" cost="0"/>
26 <item index="2" value="Gas" evaluation="2" cost="0"/>
27 </issue>
28 </objective>
29 <discount_factor value="1.00" />
30<reservation value="0.00" />
31</utility_space>
Note: See TracBrowser for help on using the repository browser.