Home
last modified time | relevance | path

Searched refs:findConstantEquationsWithoutTags (Results 1 – 2 of 2) sorted by relevance

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DModelTree.hh386 void findConstantEquationsWithoutTags(map<VariableNode *, NumConstNode *> &subst_table) const;
H A DModelTree.cc2026 findConstantEquationsWithoutTags(subst_table); in simplifyEquations()
2035 findConstantEquationsWithoutTags(subst_table); in simplifyEquations()
2040 ModelTree::findConstantEquationsWithoutTags(map<VariableNode *, NumConstNode *> &subst_table) const in findConstantEquationsWithoutTags() function in ModelTree