-
alive2 report: https://alive2.llvm.org/ce/z/Q7wtE9
```ll
----------------------------------------
define i1 @fun0(i8 %val0, i8 %val1) {
#0:
%val2 = and i8 %val0, 1
%val3 = icmp eq i8 %val2…
-
I have a homomorphic 15x15 grid cipher I would like to solve that has a likely partially reused key. The reused key would solve about ~27 of the ~53 characters in the alphabet, but there is likely an …
-
The puzzle `488-9f6378f7` from #488 has to be resolved:
https://github.com/objectionary/jeo-maven-plugin/blob/74d5bea46e26db2cda0e29fd1d0d41597addf341/src/it/custom-transformations/pom.xml#L80-L85
…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://crates.io/crates/polars) of Polars.
### Reproduc…
-
Several features must be implemented first:
- [x] possibility to create a python driver around a subroutine
- [x] rewriting using classes
- a PYFT class which open, write the file and give ac…
-
The following model will raise an exception: `ValueError: Unsupported expression to negate: False`
```python
import cpmpy as cp
model = cp.Model()
model += ~cp.AllEqual([0, 1])
model.solve()
…
-
### Apache Hop version?
2.8
### Java version?
jdk-11.0.19.7-hotspot
### Operating system
Windows
### What happened?
When we import kettle transformations with Text file output Steps, the extent…
-
Feature requests
1. Now there is only `select roman_in(to_char(generate_series(0, 10001), '99999')::cstring)` transformation. What about `roman_in(smallint)` or `roman_in(int)`?
2. If there is un…
-
1. `get/find_transformation` should not return identity if an unsupported transformation is present.
2. Should support linear transformations?
``` r
m [1] "identity"
```
Created on 2022-06-2…
-
From the documentation, i can only see capabilities for clustering ensemble for different k or different algorithm algorithms and so on.
What I want to do is to cluster different "views" of the same…