Project scheduling and Solver Foundation revisited, Part III

Thanks for visiting! I have moved my blog. An updated version of this post can be found here.

Comments

  • Anonymous
    December 29, 2010
    Don't the resources need to figure in at some point?  They are being passed into InitializeSets and InitializeParameters, but don't seem to be used at all.

  • Anonymous
    January 12, 2011
    Hi Bob, you're right, I never actually use the resources set! The only place where you would think it should come into play is constraint (43). However, since the constraint is really complicated I ended up using a for-loop rather than Model.ForEach. I will go back and correct the code. Thanks for pointing this out.