Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
tholden committed May 17, 2020
1 parent 2d77fa2 commit cf21008
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified ReadMe.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions ReadMe.txt
Expand Up @@ -200,7 +200,7 @@ OPTIONS (NOT CASE SENSITIVE!) include:
If this option is set to its default of 0, then DynareOBC approximates the integral over a
region with the value of the function at the mean of the points in the region. If this option
is set to a value INTEGER greater than 0, then Caratheodory-Tchakaloff (CATCH) subsampling is
used, with basis functions consisting of all monomials in q and max{0,q} with degree less or
used, with basis functions consisting of all monomials in q and min{0,q} with degree less or
equal to INTEGER. Setting this to a value greater than 0 automatically turns on Cubature.
* PeriodsOfUncertainty=INTEGER (default: 16)
Controls the number of periods of uncertainty over which DynareOBC integrates when Cubature
Expand Down Expand Up @@ -304,7 +304,7 @@ OPTIONS (NOT CASE SENSITIVE!) include:
* UseVPA
Enables more accurate evaluation of determinants using the symbolic toolbox.
* LPSolver=STRING
(default: xpress,gurobi,cplex,mosek,scip,linprog,glpk,lpsolve,cdd,qsopt,*)
(default: gurobi,cplex,xpress,mosek,scip,linprog,glpk,lpsolve,cdd,qsopt,*)
Specifies the preferred solver to use for the linear programming problem that is solved when
checking whether matrices are S/S_0. To find out what solvers are available to you, run
dynareOBC TestSolvers, and examine the list displayed by YALMIP.
Expand Down
4 changes: 2 additions & 2 deletions dynareOBC.m
Expand Up @@ -201,7 +201,7 @@ function dynareOBC( InputFileName, varargin )
% If this option is set to its default of 0, then DynareOBC approximates the integral over a
% region with the value of the function at the mean of the points in the region. If this option
% is set to a value INTEGER greater than 0, then Caratheodory-Tchakaloff (CATCH) subsampling is
% used, with basis functions consisting of all monomials in q and max{0,q} with degree less or
% used, with basis functions consisting of all monomials in q and min{0,q} with degree less or
% equal to INTEGER. Setting this to a value greater than 0 automatically turns on Cubature.
% * PeriodsOfUncertainty=INTEGER (default: 16)
% Controls the number of periods of uncertainty over which DynareOBC integrates when Cubature
Expand Down Expand Up @@ -305,7 +305,7 @@ function dynareOBC( InputFileName, varargin )
% * UseVPA
% Enables more accurate evaluation of determinants using the symbolic toolbox.
% * LPSolver=STRING
% (default: xpress,gurobi,cplex,mosek,scip,linprog,glpk,lpsolve,cdd,qsopt,*)
% (default: gurobi,cplex,xpress,mosek,scip,linprog,glpk,lpsolve,cdd,qsopt,*)
% Specifies the preferred solver to use for the linear programming problem that is solved when
% checking whether matrices are S/S_0. To find out what solvers are available to you, run
% dynareOBC TestSolvers, and examine the list displayed by YALMIP.
Expand Down

0 comments on commit cf21008

Please sign in to comment.