ELINA icon indicating copy to clipboard operation
ELINA copied to clipboard

ELINA: ETH LIbrary for Numerical Analysis

Results 20 ELINA issues
Sort by recently updated
recently updated
newest added

Hi, I want to reproduce the results in the paper [Fast Polyhdra Abstract Domain](http://elina.ethz.ch/papers/POPL17-Polyhedra.pdf). However clam(crab-llvm) has many options that can be tuned and I don't know how to tune...

i get the following error when executing make in ELINA. `compute_bounds.c:5:10: fatal error: gurobi_c.h: No such file or directory #include "gurobi_c.h" ^~~~~~~~~~~~ compilation terminated. Makefile:67: recipe for target 'compute_bounds.o' failed...

Hi, The code [here](https://gist.github.com/yiyunliu/587fb2c77e9e58f9b41ae285476a365f) joins two 6-dimension boxes. For each dimension, the width is no more than 100. Despite the coefficients, constants, dimensions being relatively small, ELINA throws overflow exception...

Hi Gagandeep! I noticed that zonotope_is_leq is not implemented. I wanted to know if this is something you can add quickly or plan to add? My current work around has...

Hi Gagandeep, I have encountered a case where the polyhedra domain crashes with an internal null pointer exception when doing the following: * Create a top value with 3 dimensions....

Hi, I am encountering issues freeing some abstract values in the polyhedra domain. I have gotten the `EXC_BAD_ACCESS` exception in ~~two~~ ~~three~~ ~~four~~ ~~five~~ six different places so far: *...

Hi Gagandeep, I have run into another issue with the polyhedra domain. Consider the following two abstract values (with two dimensions each): * `x0 - x1 >= 0 ∧ x1...

Hello Gagan, I tried running our analyzer Infer on Elina and got some signals. I report this because I thought you may be interested in addressing the signals and making...

Make in ocaml_interface fails due to path to libraries not being correctly set. ocamlopt.opt -g -I /home/monniaux/.opam/4.04.0/lib/gmp -I /home/monniaux/.opam/4.04.0/lib/apron -o mlexample.opt bigarray.cmxa gmp.cmxa apron.cmxa elina_poly.cmxa mlexample.ml /usr/bin/ld: cannot find -lelina_poly_caml...

Hello, Unless I'm misunderstanding ELINA currently supports 32-bit integers for its coefficients but no larger (i.e. there is no `elina_coeff_set_interval_int` that works with `long long int`). It seems that ELINA...