-
```
i1 : R=ZZ/2[x,y,z]
o1 = R
o1 : PolynomialRing
i2 : f = n -> x^n+y^n+z^n+(x+y+z)^n
o2 = f
o2 : FunctionClosure
i3 : factor f 15
Flint exception (General error):
lenP < 2 in…
pzinn updated
1 month ago
-
For example, define a struct named Test with a field called foo of type string:
```Elixir
defmodule Test do
use Flint.Schema
embedded_schema do
field :foo, :string
end
end
```
W…
-
Consider:
```
$ ulimit -v $((1024*64))
$ python
Python 3.11.9+ (heads/3.11:795f2597a4, Aug 29 2024, 14:29:51) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more infor…
-
### General Info
- [X] I am running a modpack
- [X] I can reproduce this issue consistently in single-player
- [X] I can reproduce this issue consistently in multi-player
- [X] I have searched f…
Axzyo updated
1 month ago
-
I'm planning to try this integration on a Flint 2, but first I'd be glad to know if it's still working/under development.
Off course, it'd be useful to know which Flint (or Glinet) models supports ov…
-
Hi,
Since upgrading to Ubuntu 24.04, I have problems loading FiniteFlow in Mathematica (I tested v13.3 and v14.1).
CMake finds the Mathematica installation and things seem to compile properly. I…
-
**What is the bug?**
The generated TPCH table files have uploaded to S3. For example, create a parquet table with extended S3 location:
```sql
USE tpch_sf_1;
CREATE TABLE `lineitem` (`l_orderkey` …
-
CC @agriyakhetarpal
See also:
https://github.com/scientific-python/upload-nightly-action/issues/111
We should upload nightly wheels after each merge to main to the scientific-python nightly whe…
-
When running both Lit it Up, a mod that requires lighting a furnace manually with a flint and steel,
https://www.curseforge.com/minecraft/mc-mods/lit-it-up
and this mod, the freezer refuses to s…
-
I get the following error:
```
C:\Users\Tobia\.conda\envs\sage-dev\Library\include\flint\fmpz_mpoly.h(1244): error C2664: '__int64 _mul128(__int64,__int64,__int64 *)': cannot convert argument 3 from…