lsa-pucrs / mas-pc-pucrs-2016

Repository for the 2016 MAS programming contest: https://multiagentcontest.org/
2 stars 1 forks source link

Bug - Agents are working on priced jobs which have costs to buy bases higher than job reward #56

Open tbasegio opened 8 years ago

tbasegio commented 8 years ago

Agents are working on priced jobs which have costs to buy bases higher than job reward

Data used for test: Priced job: job2 reward: 10000 product: 10x base1 (base1 was updated to cost =1500 for this test).

Thus, total cost for bases in the job is 10x 1500 = 15000.

Tested on commit: db1c2e3e88 TS#9