... | ... |
@@ -1620,3 +1620,3 @@ |
1620 | 1620 |
const LpBase::Expr &f) { |
1621 |
return LpBase::Constr(0, f - e, LpBase:: |
|
1621 |
return LpBase::Constr(0, f - e, LpBase::NaN); |
|
1622 | 1622 |
} |
... | ... |
@@ -1638,3 +1638,3 @@ |
1638 | 1638 |
const LpBase::Value &f) { |
1639 |
return LpBase::Constr( |
|
1639 |
return LpBase::Constr(LpBase::NaN, e, f); |
|
1640 | 1640 |
} |
... | ... |
@@ -1647,3 +1647,3 @@ |
1647 | 1647 |
const LpBase::Expr &f) { |
1648 |
return LpBase::Constr(0, e - f, LpBase:: |
|
1648 |
return LpBase::Constr(0, e - f, LpBase::NaN); |
|
1649 | 1649 |
} |
... | ... |
@@ -1667,3 +1667,3 @@ |
1667 | 1667 |
const LpBase::Value &f) { |
1668 |
return LpBase::Constr(f, e, LpBase:: |
|
1668 |
return LpBase::Constr(f, e, LpBase::NaN); |
|
1669 | 1669 |
} |
0 comments (0 inline)