Sumit Lahiri

Results 10 issues of Sumit Lahiri

### Summary of the problem ### Manticore version Latest version from Manticore GitHub repo. ### Python version 3.8.10 ### OS / Environment Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release:...

bug

### Summary of the problem Docker image of Manticore from Docker Hub fails to run `examples/evm/umd_example.sol` example. The example fails with the following error. ``` m.c.worker:ERROR: Exception in state 1:...

bug

- Migrating from `Tensorflow 1` to `Tensorflow 2`. - Changes the way `projector `is imported.

Thanks for the sampler tool. I had one query regarding the sample produced. How do I interpret the sample? I wanted to know the value of each bit vector entry...

**Describe the bug** SeaHorn produces SAT result in the BMC mode but leads to timeout in CHC mode (using no bmc flags). We are trying to catch a bug, using...

**Describe the bug** When using the `--show-invars` flags while invoking the program with `sea pf`, tool does not emit loop invariant. Please guide me here. Is this the correct output?...

I am not able to understand the translation of a loop function to the IR generated by Gigahorse. I have a solidity function that looks like the example shown below....

**Describe the bug** SeaHorn seems to produce an incorrect result when running in `bpf` mode solving. **To Reproduce** I have the following program where the `sassert()` call should fail when...

**Describe the bug** No counterexample but Seahorn gives SAT answer. Example Program ```c #include "seahorn/seahorn.h" #include #define int int int l1( int i1, int i2, int bnd ) { int...

Input Program ``` #include "seahorn/seahorn.h" #include #define int int int l1(int i1, int i2, int bnd) { int _out; int _out_s17 = ((i2) == (i1) ? 1 : 0); _out...