mmf.all.sequences: Generates the topsorts list

mmf.all.sequencesR Documentation

Generates the topsorts list

Description

Generates the list of all possible MMF sequences (topsorts), constrained by the predecessors.

Usage

mmf.all.sequences(predecessors = 0)

Arguments

predecessors

List of Predecessors - Zero for none. The index of the list of predecessors represents the id of MMF and the value.

Value

List of all possible MMF sequences.

See Also

Other scheduling: cpm.all.schedule(), cpm(), mmf.get.breakeven(), mmf.get.selffunding(), mmf.npv()

Examples


ex.activities.predecessors<-list(0,1,2,3,1,5,c(4,6))
ex.mmf.seq <- mmf.all.sequences(ex.activities.predecessors)


antoanne/ifmFramework documentation built on Aug. 5, 2023, 6:03 p.m.