-
Notifications
You must be signed in to change notification settings - Fork 7
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
Boxed octagon and test framework #12
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rshall along with the box representation of the DBM (yet untested).
… communicating information between the boxes intersection and the DBM.
…octagonalisation strategies.
…functions (to meet the dbm into the boxes).
…nara et al., 2009) and add the optimization appearing in the same paper.
…e the easy way of relying on abstract box (for now)).
… base = (0,0)). Fix index bugs in the closure algorithm, and correct the Bagnara version by using a classical Floyd Washall algorithm.
…ition of LB and UB.
…nvertion from DBM to BOX and vice-versa.
…nts, tests and fix bugs.
…d in the DBM instead of filtering them in boxes.
…int extraction function.
… checker framework.
…r floating point computation.
…resentation of octagon. Rewriter now holds the mapping between var and dbm_interval.
… modularity. Incremental closure is working.
…e the strategies to avoid incompatibilities.
…several files depends on it).
…Prepare to implement the DBM as a functional array.
…ute MiniZinc model (flatten and with any model).
…t can be imperative or functional.
…y absolute-bench.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
alcotest
, closing issue Choosing a testing library for AbSolute #6meet_var
for boxes in order to meet a value in a specific variable.