mmf.all.sequences | R Documentation |
Generates the list of all possible MMF sequences (topsorts), constrained by the predecessors.
mmf.all.sequences(predecessors = 0)
predecessors |
List of Predecessors - Zero for none. The index of the list of predecessors represents the id of MMF and the value. |
List of all possible MMF sequences.
Other scheduling:
cpm.all.schedule()
,
cpm()
,
mmf.get.breakeven()
,
mmf.get.selffunding()
,
mmf.npv()
ex.activities.predecessors<-list(0,1,2,3,1,5,c(4,6))
ex.mmf.seq <- mmf.all.sequences(ex.activities.predecessors)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.