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

Nonlinear arithmetic #12

Open
SSoelvsten opened this issue May 27, 2020 · 0 comments
Open

Nonlinear arithmetic #12

SSoelvsten opened this issue May 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@SSoelvsten
Copy link
Owner

To prove GapSparseVector correct Wang et al. [Wan+19] removed the nonlinearity introduced in the absolute value due to the T-Laplace. Their approach was to replace the |d| with its numerical upper bound of 2. This upper bound is true due to the precondition that

∀i < |q| : −1 ≤ ˆq[i] ≤ 1 .

In general, one could automate major parts of this step. If there is a bound on a star typed variable x such that

l ≤ ˆx ≤ u ,

then one may provide a variant of the Lap function that instead adds the bound |l|+|u| to v_epsilon rather than |d|. If l and u are provided by the programmer, then one may want to prove

Φ =⇒ l ≤ d ≤ u

as an assert statement in the transformed program.

@SSoelvsten SSoelvsten added the enhancement New feature or request label May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant