what is duration !!!

Started by Peter Johnson, March 13, 2017, 03:28:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Peter Johnson

Hey guys

When we want to define "A set of activities has a set of starting times (time slot), there exists an duration flag, could you explain what will it do?

thanks

Volker Dirr

if "duration" is not checked, than the constraint doesn't care about the duration.

if you check "duration", you can change the number/duration. Now the constraint care only about activities with that duration.

I use that for example to care about all activities with duration 2. i allow only 1st, 3rd and 5th hours/periods. By that the activity with duration 2 is never allowed to start at 2nd, 4th, 6th hour/period. I don't want that, because we have got a break after the 2nd, 4th, 6th hour/period.

Peter Johnson

Woooowwwww, Nice

Thank you dear Volker Dirr