PrevUpHomeNext

Function add_new_mutation_rule

boost::mixin::add_new_mutation_rule

Synopsis

// In header: <boost/mixin/mutation_rule.hpp>


void BOOST_MIXIN_API add_new_mutation_rule(mutation_rule * rule);

Description

Adds a mutation rule to the domain.

Does not perform a topological sort of the rules. It is the user's responsibility to add the mutation rules in the appropriate order.


PrevUpHomeNext