Discussions related to Visual Prolog
FCLSB
Posts: 1
Joined: 13 Apr 2014 8:56

MSPSP problem

Unread post by FCLSB »

I everyone!!!

I have to use PROLOG to solve the MSPSP (Multi-Skill Project Scheduling Problem).

In a Multi-skill Project Scheduling Problem (MSPSP), there is a project,
composed of activities, to realize. Each activity has to be done by a subset
of staff members, chosen for their abilities to satisfy the needs of activities.
In our problem, each person has different skill(s), and a level of ability for
each of his skills. It is particularly adapted to modelize what happen in a
software development society, where employees could be analyst, programmer,
DB architect and so on... The goal is to minimize the project duration. This
paper introduces in details this problem, and lower bounds, usefull to evaluate
the minimum duration of a project.

But i really don't know how to do that.

Please help me!!!!
Post Reply