... | ... |
@@ -1606,3 +1606,3 @@ |
1606 | 1606 |
const LpBase::Expr &f) { |
1607 |
return LpBase::Constr(0, f - e, LpBase:: |
|
1607 |
return LpBase::Constr(0, f - e, LpBase::NaN); |
|
1608 | 1608 |
} |
... | ... |
@@ -1624,3 +1624,3 @@ |
1624 | 1624 |
const LpBase::Value &f) { |
1625 |
return LpBase::Constr( |
|
1625 |
return LpBase::Constr(LpBase::NaN, e, f); |
|
1626 | 1626 |
} |
... | ... |
@@ -1633,3 +1633,3 @@ |
1633 | 1633 |
const LpBase::Expr &f) { |
1634 |
return LpBase::Constr(0, e - f, LpBase:: |
|
1634 |
return LpBase::Constr(0, e - f, LpBase::NaN); |
|
1635 | 1635 |
} |
... | ... |
@@ -1653,3 +1653,3 @@ |
1653 | 1653 |
const LpBase::Value &f) { |
1654 |
return LpBase::Constr(f, e, LpBase:: |
|
1654 |
return LpBase::Constr(f, e, LpBase::NaN); |
|
1655 | 1655 |
} |
0 comments (0 inline)