Hi,
there is an error in your evaluation procedure. Line "if(t.quantity <= 0) tasksDone++;" should be changed to " if(t.quantity == 0) tasksDone++;". Also can you please remove my newest solution, because it exploits this flaw. Thank you.
Return to Algorithm for Optimal Job Scheduling and Task Allocation under Constraints
Users browsing this forum: No registered users and 0 guests