Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Domains and inequality consistency #2

Open
matbesancon opened this issue May 25, 2020 · 0 comments
Open

Domains and inequality consistency #2

matbesancon opened this issue May 25, 2020 · 0 comments

Comments

@matbesancon
Copy link
Owner

Suppose that you have a set defined as:
x | x >= 0 & f(x) <= 0

with dom(f) = {x | x >= 0}, this implies f(x) cannot be computed if x >= 0.
A first idea was to compute a distance as

if x < 0
    abs(x)
else
    max(f(x), 0)
end

This can result in consistency issues (still haven't formally written down how it appears)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant