Home
last modified time | relevance | path

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

/dports/science/dynare/dynare-4.6.4/preprocessor/src/
H A DParsingDriver.hh314 pair<int, pair<int, int>> var_restriction_coeff; member in ParsingDriver
H A DParsingDriver.cc527 var_restriction_coeff = { symb_id1, { symb_id2, lag } }; in add_VAR_restriction_coeff()
533 var_restriction_eq_or_crosseq.emplace_back(var_restriction_coeff, expr); in add_VAR_restriction_eq_or_crosseq()