lsa-pucrs / mas-pc-pucrs-2016

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

Bug - Vehicles with no battery are bidding for announced tasks #58

Open tbasegio opened 9 years ago

tbasegio commented 9 years ago

Vehicles with no battery are bidding for announced tasks

Steps to reproduce: -update the vehicles to start with few or zero battery

Execution: -The truck is announcing the tasks and the vehicles are bidding for the tasks (and winning) even where they have no battery

Expected: vehicle don't bid for a task when it doesn't have battery (or battery enough to go to the recharge station?).

Tested on commit: db1c2e3e88 TS#23