lsa-pucrs / mas-pc-pucrs-2016

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

Bug - Agents not considering short time to complete a job before engaging on it #57

Open tbasegio opened 8 years ago

tbasegio commented 8 years ago

Bug - Agents not considering short time to complete a job before start working on it

The same issue seems to be happening for auction and priced jobs.

Steps to reproduce: Create a system auction job with 25 steps (for example, starting on step 25 until step 50) -The job created requested 3x material1.

Execution: the agents bought the bases and started assembling the materials but were not able to complete on time.

Expected: job not taken since it would not be able to complete on time.

Tested on commit: db1c2e3e88 TS#14