Question

I would like to make code in java for scheduling project, where every task have dependency on another task and also have several possibilities for resource and time completion.

This is called Multi-mode resource-constrained project scheduling problem but I cant find any good information about it? Can someone give me some clue?

Was it helpful?

Solution

The best language for such a project might in fact be Prolog. Have a look at ECLiPSe. It is a widely used tool for Constraint Logic Programming written in Prolog. It has bindings for Java too.

There is a book: A Gentle Guide to Constraint Logic Programming via ECLiPSe about it that mentions various kinds of scheduling and resource allocation problems. Maybe you could get at least some inspiration there.

If you want more information about the problem itself then I recommend using Google Scholar. A brief search returns:

If you go through the references of these articles then you will very likely find more suitable study material.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top