updating one comment

time-shift
Michel Juillard 2011-05-25 06:43:59 +02:00
parent 018cc939a4
commit ef38fb951d
1 changed files with 1 additions and 1 deletions

View File

@ -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++)
{