-
The following program does not verify. Whilst if you remove `fold acc(hide1(x1, n, i),1/2)` from line 21, it does verify. And I believe that line 21 should be unrelated to the given verification failu…
-
I have some proof scripts that take a very long time to run. It might be useful to have some way to find out which steps or which subgoals are taking the longest, as I could then try to make things r…
-
Dear developers,
I am trying to install wanniertools in my HPC using the Makefile.intel-mpi. The installation seems to be complete but during the collecting all executable file, I getting the follow…
-
When unfolding the menu points on the left side, and re-click on them, they do not minimize again.
-
after code folding and unfolding - display bug.
after scrolling all the rules.
![bug_fold_pigm](https://user-images.githubusercontent.com/14112765/99381403-2d213800-28dc-11eb-9345-f7a3f971da95.png)
…
-
Using 0.1.0 of the library I sometimes get a crash (EXC_BAD_ACCESS (code=1, address=0xf2575c505790)) in iterator next(), see example of call stack below (caught from Xcode while debugging). Any ideas …
-
I have tried this command on a sparse matrix (755 rowSums=0, 13 colSums =0, 38 colSums !=0, 245 rowSums !=0) with S= 1/1500 and var =0. Works on the sparse tensor, but not the matrix slice.
receiv…
-
## Issue
This program fails to prove the entailment for `main`.
```ocaml
let call_ret f =
f 100
let main ()
(*@ ens res=100 @*)
= let id i = i in
id 2;
call_ret id
```
The abo…
-
Create a simple file like the following:
- L1
- L2
*\* L3
Folding/Unfolding with TAB works without problems, when the cursor is on L1 or L2.
When the cursor is on L3, folding with TAB works and "L2…
zaki updated
13 years ago
-
Is there a way to intercept nav events and prevent consequent logic from unfolding? Obviously one can intercept `keydown`, but that would be cumbersome, would be great if nav events themselves behaved…