5 #ifndef BPP_PHYL_LIKELIHOOD_PHYLOLIKELIHOODS_FORMULAOFPHYLOLIKELIHOOD_H
6 #define BPP_PHYL_LIKELIHOOD_PHYLOLIKELIHOODS_FORMULAOFPHYLOLIKELIHOOD_H
27 std::shared_ptr<LikelihoodCalculation>
likCal_;
63 void readFormula(
const std::string& formula,
bool inCollection =
true);
70 std::string
output()
const;
The PhyloLikelihoodSet class, to manage a subset of PhyloLikelihoods from a given PhyloLikelihoodCont...
AbstractPhyloLikelihoodSet & operator=(const AbstractPhyloLikelihoodSet &sd)
const Context & context() const override
Context for dataflow node construction.
Defines the basic types of data flow nodes.
std::shared_ptr< Value< T > > ValueRef
Shared pointer alias for Value<T>.