Is anyone here interested in scheduling, as in Pinedo's textbook, the problems of single and parallel machines, the job shop as opposed to the open shop, etc.?
I've been interested in it for some time.
In particular, I want to look at it as it relates to the network flow problem.
One can solve a scheduling problem by setting up a particular directed acyclic graph and then adding certain directed edges to indicate a precedence relationship.
This is great in theory, but I think I need to write some code and solve some problems before I can really explain it. Possibly this forum would be a good place to post that code.