As part of a larger academic project, I am dealing with algorithms that solve the PFSP problem. Anyone have any good real examples of this problem? Almost any previous work on this topic that I read uses a rather abstract example of a toy workshop.
I was thinking about the process of building code, for example. in C: preprocessor β compiler β linker, but this will only be true if the object files were independent of each other, i.e. no need to bind to each other.
Any ideas?
source share