source: simplerunner/src/test/resources/mopac.json@ 52

Last change on this file since 52 was 52, checked in by ruud, 14 months ago

Fixed small issues in domaineditor.

File size: 593 bytes
Line 
1{
2 "MOPACSettings": {
3 "participants": [
4 {"TeamInfo":{"parties":[
5 {
6 "party": {"partyref":"classpath:geniusweb.exampleparties.randomparty.RandomParty", "parameters":{"power":1}},
7 "profile": "file:src/test/resources/jobs/jobs1.json"
8 } ]}},
9
10 {"TeamInfo":{"parties":[
11 {
12 "party": {"partyref":"classpath:geniusweb.exampleparties.randomparty.RandomParty", "parameters":{"power":1}},
13 "profile": "file:src/test/resources/jobs/jobs2.json"
14 } ]}} ],
15 "deadline": {
16 "DeadlineTime": {
17 "durationms": 2000000
18 }
19 },
20 "votingevaluator":{"LargestAgreementsLoop":{}}
21 }
22}
Note: See TracBrowser for help on using the repository browser.