From 007b37f19bbf4cd13c4f027fb5d80a2d6e3ac796 Mon Sep 17 00:00:00 2001 From: Michel Juillard <michel.juillard@mjui.fr> Date: Wed, 25 May 2011 06:43:59 +0200 Subject: [PATCH] updating one comment --- DynamicModel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicModel.cc b/DynamicModel.cc index bfd25edc..c35a7d33 100644 --- a/DynamicModel.cc +++ b/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++) { -- GitLab