8 #ifndef LLVMAssignmentRuleEvaluatorH
9 #define LLVMAssignmentRuleEvaluatorH
11 #include "SymbolForest.h"
13 #include <sbml/Model.h>
14 #include <sbml/SBMLVisitor.h>
15 #include <sbml/AssignmentRule.h>
26 using libsbml::SBMLVisitor::visit;
31 void evaluate(
const libsbml::Model& model);
33 virtual bool visit (
const libsbml::AssignmentRule &x);
Attaches to an existing symbol forest and applies any asigment rule found in the model to the forest.
Definition: AssignmentRuleEvaluator.h:25
Similar to a symbol table, except instead of a name / value, we have a name / tree,...
Definition: SymbolForest.h:37