Home
last modified time | relevance | path

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

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DModelTree.cc1933 set<int> tag_eqns; in includeExcludeEquations() local
1938 for_each(range.first, range.second, [&tag_eqns](auto &x) { tag_eqns.insert(x.second); }); in includeExcludeEquations()
1941 if (tag_eqns.empty()) in includeExcludeEquations()
1946 eqns = tag_eqns; in includeExcludeEquations()
1949 if (tag_eqns.find(i) == tag_eqns.end()) in includeExcludeEquations()