Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
1k views

Are all scheduling problems NP-Hard?

I know there are some scheduling problems out there that are NP-hard/NP-complete ... however, none of them are stated in such a way to show this situation is also NP. If you have a set of tasks ...
5
votes
5answers
638 views

Vehicle Routing / Resource Scheduling Algorithm Design

My first post here – hoping you can help me with designing an algorithm that I’ve been considering for a little while now – not sure what approach to take (VRPTW or resource scheduling or something ...
3
votes
3answers
551 views

Task scheduling frameworks - not thread scheduling!

I'm working on a Java application which should allow users to optimize their daily schedule. For that, I need a framework that helps calculate optimal times for "tasks" taking note of: Required ...
2
votes
2answers
143 views

Building up timetabling problem with lots of variables

I have a classic timetabling problem consisting of the variables classes(~100), rooms(20),terms(8) and weekdays(5). To just simplfy the problem, following are the reduced constraints. A day is 9 ...
2
votes
1answer
894 views

Weighted, load-balancing resource scheduling algorithm

A software application that I'm working on needs to be able to assign tasks to a group of users based on how many tasks they presently have, where the users with the fewest tasks are the most likely ...
2
votes
8answers
918 views

Alternative to MS Project 2007 for production scheduling?

OK... Im coming to grips with the fact that MS Project 2007 may not be the correct tool for my production scheduling. We serve 120 to 150 projects a year with durations from 6 weeks to 12 months. ...
2
votes
1answer
859 views

Agile/Scrum resource planning cross projects

We have different steps in our planning for online webprojects: 1) Information Architecture Provides user stories Provides wireframes 2) Design Use Wireframes to develop a nice design 3) ...
1
vote
2answers
43 views

Graph representation of multi objective problem

I'm investigating a possible research topic for a thesis project that involves a multi-objective scheduling problem and I'm wondering if anyone has ideas for representing such a problem as a graph. ...
1
vote
3answers
159 views

Scheduling algorithms used in a grid

I am trying to simulate scheduling in a grid environment. I don't know what algorithms to use. I am considering Job Shop Scheduling algorithm http://en.wikipedia.org/wiki/Job_shop_scheduling but dunno ...
1
vote
1answer
298 views

Scheduling of tasks to a single resource using Prolog

I searched through here as best I could and though I found some relevant questions, I don't think they covered the question at hand: Assume a single resource and a known list of requests to schedule ...
1
vote
5answers
610 views

Need recommendation for Bug Tracking and Resource Scheduling software [closed]

I am looking to evaluate a two tools. I am looking for a resource scheduling tool, which we need to use to schedule time on different lab equipment, and a bug tracking tool, which is for internal use ...
0
votes
1answer
52 views

open-source (doesn't need to be free) software or component for recurring scheduling of resources (like conference rooms)

I'm looking for a project or 3rd party component that allows redcurrant reservations of a resource. For example a meeting that needs to be held in meeting room A, only when it's not occupied, every ...