Skip to content
Snippets Groups Projects
Commit 87f4dad5 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Changed default value of use_bytecode option. By default, the bytecode solver is not used.

Note that, even for small models, there is a (very) substantial gain in using the use_dll option.
parent 704b0c96
Branches
Tags
No related merge requests found
......@@ -116,7 +116,7 @@ ep.memory = 0;
% Set verbose mode
ep.verbosity = 0;
% Set bytecode flag
ep.use_bytecode = 1;
ep.use_bytecode = 0;
% Initialization of the perfect foresight equilibrium paths
% * init=0, previous solution is used.
% * init=1, a path generated with the first order reduced form is used.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment