-
> What if we could prove that Pollen DSL programs preserve the semantics of variation graphs? That is, some but not all odgi commands are "logical no-ops," in the sense that they may split up segments…
-
Proposition
If $n^{2}$ is a multiple of 3 then $n$ is a multiple of 3 .
Proof by contradiction
Suppose $n^{2}$ is a multiple of 3 and $n$ is not.
$n^{2}=3 k$ and $n=3 l+m$ for $k>l \geq 0$ and $…
-
-
I think it would be useful to still have the timing info.
-
Currently there is no convenient method for extracting only the branch required to prove a given node. It would be nice to be able to specify a height and a node index and be provided a Tree containin…
-
Implement the typeclass laws (`lawCommutativity`, `lawNonCausal`) for all of the VRDTs.
- [x] [MultiSet](https://github.com/jprider63/vrdt/blob/master/vrdt/src/VRDT/MultiSet.hs)
- [ ] [CausalTree…
-
-
-
-
```
What steps will reproduce the problem?
1. In facebook, go to Application, Settings, Advanced, Client Token, toggle Yes
on "App Secret Proof for Server API calls"
2. In the code, try to get a phot…