Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
preprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
preprocessor
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
def99f9dd3374a287d201546aa852952378eaaa9
Select Git revision
Branches
12
4.6
protected
5.x
protected
6.x
protected
aux_vars_fix
julia
julia-6.3.0
julia-6.4.0
julia-meson
llvm-15
master
default
protected
rework_pac
uop
Tags
2
julia-6.2.0
created_preprocessor_repo
14 results
Begin with the selected commit
Created with Raphaël 2.2.0
7
May
6
5
30
Apr
29
28
24
23
21
17
15
10
6
3
2
30
Mar
27
24
20
19
17
13
2
29
Feb
28
26
25
24
21
20
19
18
17
13
12
11
6
5
4
30
Jan
29
28
27
23
22
21
20
16
13
7
6
23
Dec
20
19
18
16
13
12
11
10
9
6
4
3
2
29
Nov
28
27
26
25
22
14
7
30
Oct
29
28
24
22
17
15
11
10
9
8
7
4
3
2
30
Sep
25
24
12
11
10
9
5
27
Aug
26
23
22
21
20
19
14
13
12
7
6
5
2
22
Jul
15
11
5
4
3
28
Jun
27
25
24
21
19
18
17
5
27
May
20
17
15
14
8
4
3
2
29
Apr
24
23
18
16
12
10
9
4
3
29
Mar
26
25
21
20
19
18
15
14
11
8
7
6
5
4
2
1
28
Feb
27
25
22
21
20
19
18
15
14
29
Jan
28
25
18
16
15
9
2
27
Dec
20
19
11
10
5
4
3
30
Nov
29
28
27
23
22
21
19
16
15
9
8
7
6
5
31
Oct
30
29
26
25
24
23
15
12
11
10
5
4
2
1
28
Sep
27
25
24
18
Block decomposition: bugfix, cutoff option was ignored
Block decomposition: replace expr_t by BinaryOpNode * in a couple of places
Block decomposition: no longer compute static Jacobian, it’s not used
Block decomposition: do not write unnecessary zeros in dynamic Jacobian
Block decomposition: simplify code for ordering dynamic Jacobian columns
Block decomposition: simplify routines that write static model in MATLAB form
Block decomposition: remove unneeded code for bytecode
PAC models: handle PAC data in DynamicModel copy constructor and assignment operator
Block decomposition: remove unneeded code for exogenous
DynamicModel: add missing members in copy constructor/assignment operator
Block decomposition: make structures storing derivatives w.r.t. other endo/exo symmetric with those for endos belonging to the block
DynamicModel: add missing members in copy constructor/assignment operator
Block decomposition: compute simulation types into separate function; prologue and epilogue are no longer class members
Block decomposition: store max lead/lag of all variables in the “blocks” structure
Now compute blocks[].first_equation from ModelTree::computeBlockDecompositionAndFeedbackVariablesForEachBlock
VariableDependencyGraph::reorderRecursiveVariables now returns indices from vertex_index
Minor simplifications in graph algorithms
Block decomposition: remove unused data structure
Block decomposition: store mapping between endos/eqs and their block
Block decomposition: ensure that the cutoff option only impacts normalization
Block decomposition: minor fixes to block derivatives output
Block decomposition: remove mostly unused structure ModelTree::derivative_endo
Cosmetic changes to ModelTree::determineLinearBlocks()
Block decomposition: simplify computation of block derivatives
VariableNode::getChainRuleDerivative: do not cache values in ExprNode::derivatives
Improve comments
VariableNode::getChainRuleDerivative: do not cache values in ExprNode::derivatives
Further simplify ModelTree::computeBlockDecompositionAndFeedbackVariablesForEachBlock()
Block decomposition: remove helpers that are no longer needed since data structure are cleaner
Block decomposition, bugfix: M_.block_structure_stat.block().mfs was wrong
Block decomposition, bugfix: M_.block_structure_stat.block().mfs was wrong
Block decomposition: various minor cleanups
fix typo
Block decomposition: reorganize data structures storing block information
Block decomposition: various refactorings
Block decomposition: fix bug with mfs > 0 introduced in 5431451db37b6c1f73ee5b816fad0775927d11f4
Block decomposition: factorize various helper functions
Block decomposition: give more explicit names to ModelTree::{inv_,}{equation,variable}_reordered
Block decomposition: various refactorings
Block decomposition: refactor algorithms on the variable dependency graph
Loading