Need help with a solver problem Don't know how to use slover and identify constraints.

jdjames4

New Member
Joined
Nov 8, 2016
Messages
3
I'm learning how to use excel for real life project Scheduling. My work is giving me practice promblems and I'm basically on my own learning excel. I learn by baby steps. my job field is operations management I'm use to doing heuristic by hand and I'm an old dog learning how to use excell and solver to better my career. Here is the problem.
The purpose of this project is to design and construct an MS EXCEL spreadsheet that schedules a set of n activities each with at most k predecessors in the project scheduling environment for minimizing project completion time. The important features of this problem environment are as follows:
· The number of maximum predecessors per activity, k, is 5.
· The number of activities, n, may be allowed to vary from 5 and 25.
· The only acceptable activity processing times are non-negative integers.
the first tab displays inputs, intermediate calculations, and outputs for an acceptable instance of the problem. The specific inputs are (1) the number of activities, (2) the processing time of each activity, and (3) precedence relationships between activities. The necessary outputs are (1) a table of the activities and the corresponding ES, EF, LS, LF and slack times, (2) critical path of the project, and (3) Gantt Chart of the project. The second tab displays inputs and outputs of the three test instances given to you, and the intermediate calculations can be skipped here.
The requirements are that once all data are properly entered, the appropriate table is produced and the corresponding project completion time is presented. Some of the objectives in constructing the spreadsheet are that
· The spreadsheet computes the schedule correctly,
· The spreadsheet dynamically adapts to the inputs provided without producing errors in any of the cells
· The only cells that can be modified are those that contain inputs; all other cells should be protected from user abuse (i.e., inputs out of the specified ranges).

The three test promblems are:
Activity jDurationImmediate PredecessorsPredecessor 1Predecessor 2Predecessor 3Predecessor 4
110-
2511
3722
41111
533,434

<colgroup><col><col><col><col span="4"></colgroup><tbody>
</tbody>

<colgroup><col><col><col><col span="4"></colgroup><tbody>
</tbody>



Activity jDurationImmediate PredecessorsPredecessor 1Predecessor 2Predecessor 3Predecessor 4
17-
2211
3811
4222
5544
683,434
71155
855,656
9466
1027,8,9789

<colgroup><col><col><col><col span="4"></colgroup><tbody>
</tbody>



Activity jDurationImmediate PredecessorsPredecessor 1Predecessor 2Predecessor 3Predecessor 4
19-
2611
3411
4611
51222
6112,323
7233
8644
9944
1065,656
11266
12577
131277
14299
15510,11,12101112
1691515
1761212
18111313
1971414
20216,171617
2181313
2241717
23518,191819
24220,21,22,2320212223
2592424

<colgroup><col><col><col><col span="4"></colgroup><tbody>
</tbody>
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.

Forum statistics

Threads
1,214,823
Messages
6,121,779
Members
449,049
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top