Adding cost on Min and Max function

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1429 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
ferhat 2007-10-15 10:55:39 +00:00
parent 89f2702600
commit 4cf7dccdac
1 changed files with 2 additions and 0 deletions

View File

@ -944,6 +944,8 @@ BinaryOpNode::precedence(ExprNodeOutputType output_type, const temporary_terms_t
case oGreaterEqual:
case oLess:
case oGreater:
case oMin:
case oMax:
return 0;
case oEqual:
case oPlus: