-
For the codelist - Common Register Portal of the German Federal States (CRP) (DE-CR)
http://org-id.guide/list/DE-CR
Often the registration codes are often duplicated many times in the list. Each…
-
clad seems to have problems when applied to a union with an anonymous struct.
I could reproduce it on a minimal example:
```cpp
#include "clad/Differentiator/Differentiator.h"
#include
type…
-
At #17435, I noticed the following:
```
sage: L. = FreeAlgebra(GF(25,'t'), implementation='letterplace')
sage: p = x^4+x*y*x*z+2*z^2*x*y
sage: for i in range(20):
....: m = get_memory_usage()
.…
-
This might be related to issue #142.
Enzyme does not finish when applied to the code:
```
#include
#include
extern int enzyme_dup;
extern int enzyme_out;
extern int enzyme_const;
templ…
-
The following is unexpected:
```
gap> LoadPackage( "SingularInterface", false );;
gap> Singular("int x=42;");
true
gap> SingularValueOfVar("x");
42
gap> Singular("proc HACK(){return(x);}");
true
gap>…
-
Here are some thoughts on how to do anonymized k-means clustering.
As a little background, the data returned by a K-means algorithm includes three categories:
1. Some stats about the resu…
-
I was trying to do a simple example on page 51 of Atiyah-Macdonald using Sage, and it fails:
```
R. = QQ[]
I = R.ideal([x*y - z^2])
A. = R.quotient(I)
p = A.ideal([x,z])
p.primary_decomposition()
`…
-
### Steps To Reproduce
In a fresh sage session, run
```
sage: R. = ZZ[]
sage: M = matrix(R,[[x,y,x],[x^2+z,y^2,x+y-z]])
sage: from sage.libs.singular.function import singular_function
sage: st…
-
## Deadlines
- Oscar book needs to be ready **31 January 2024** (or maybe even earlier)
- anything relevant for the book (and examples in it) should be settled before
- the proposal is submitted …
-
#### Output of `cutechess --version`
Cute Chess 1.2.0
#### Steps to reproduce
1. Game > New...
2. Variant: Atomic, FEN string: `r3k2R/4K3/8/8/8/8/8/8 b q - 0 1`, click OK
3. Try to castle lon…