MarrowGenx
MIS
First, I would like to thank you for taking the time to read this. I appreciate any and all feedback/solutions you can offer.
I have the following objects:
Objective
Activity
Obj-Act Relationship
Here is how my db is working:
Objectives are possible problems that need a solution. Activities are solutions to possible problems. An Objective can have one or more possible Activities that meet it. An Activity can meet multiple Objectives. This is the reason for the Obj-Act Relationship. To top that off, Activities can partially (numerical value of 1) or fully (numerical value of 2). So you can have two Activities that are required to meet the Objective (i.e. to answer an Objective, you must have 2 points, either two partially or one fully). The partially or fully meeting value is held in the Obj-Act Relationship table (because one activity may fully meet one Objective and partially meet another).
Now my problem:
I need to find the best possible path(s) that will allow me to complete the fewest number of Activities and meet (value of 2) all Objectives.
If this is not clear, please reply back and I will give examples to explain. Once again, I appreciate any and all help that you can provide me with.
Marrow
I have the following objects:
Objective
Activity
Obj-Act Relationship
Here is how my db is working:
Objectives are possible problems that need a solution. Activities are solutions to possible problems. An Objective can have one or more possible Activities that meet it. An Activity can meet multiple Objectives. This is the reason for the Obj-Act Relationship. To top that off, Activities can partially (numerical value of 1) or fully (numerical value of 2). So you can have two Activities that are required to meet the Objective (i.e. to answer an Objective, you must have 2 points, either two partially or one fully). The partially or fully meeting value is held in the Obj-Act Relationship table (because one activity may fully meet one Objective and partially meet another).
Now my problem:
I need to find the best possible path(s) that will allow me to complete the fewest number of Activities and meet (value of 2) all Objectives.
If this is not clear, please reply back and I will give examples to explain. Once again, I appreciate any and all help that you can provide me with.
Marrow