This example shows how to easily integrate J-MADeM in a well known
Jason example: the Minig Robot Team presented in Clima Contest VII 2006
(http://cig.in.tu-clausthal.de/CLIMAContest). 

Here, miner agents use the MADeM process to decide the best miner to 
allocate the gold to. The whole process (launching the auction, getting
bids and calculating winner) is performed inside the miner who started
the MADeM process. Thus, the leader agent is not in charge of getting 
the bids and allocating the gold any more.   

In order to calculate their bids, miners use the utility function 
goldDistance. This function computes the preference towards a gold 
according to the distance between the agent and the gold location.

As performance was the main goal in the original example. An elitist 
welfare has been chosen, so that the gold is allocated to the nearest
miner.
 