PSORLab / McCormick.jl

A forward McCormick operator library
MIT License
17 stars 7 forks source link

Review logic around NaNs #8

Closed mewilhel closed 4 years ago

mewilhel commented 4 years ago

An initial implementation treated MC structures with a cv or cc value of NaN as a NaN McCormick operator and propagated this through the function much like an empty set in interval arithmetic. For functions in which the relaxation is effectively unbounded on one side, this can set the relaxation of the other side to NaN which becomes an issue for things like bounding the SSE with ODE integrators. New proposed logic:

mewilhel commented 4 years ago

This is a much larger issue. So we'll push this out to v2.0.0.