Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
ef38fb95
Commit
ef38fb95
authored
May 25, 2011
by
MichelJuillard
Browse files
updating one comment
parent
018cc939
Changes
1
Hide whitespace changes
Inline
Side-by-side
preprocessor/DynamicModel.cc
View file @
ef38fb95
...
...
@@ -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
++
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment