diff --git a/preprocessor/DynamicModel.cc b/preprocessor/DynamicModel.cc index bfd25edca2a050cf2354bed7f598b3d2d58181c4..c35a7d33456d3bc269a495121917546ddc660a43 100644 --- a/preprocessor/DynamicModel.cc +++ b/preprocessor/DynamicModel.cc @@ -3020,7 +3020,7 @@ void DynamicModel::computeRamseyPolicyFOCs(const StaticModel &static_model) { // Add aux LM to constraints in equations - // equation[i]->lhs = rhs becomes equation[i]->AUX_LAMBDA_i*(lhs-rhs) = 0 + // equation[i]->lhs = rhs becomes equation[i]->MULT_(i+1)*(lhs-rhs) = 0 int i; for (i = 0; i < (int) equations.size(); i++) {