-
In SageMath 9.3.beta1:
```
sage: R. = QQ[]
....: K = Qp(19)
....: L. = K.extension(x^2 - 19)
....: a = L.hom([b], codomain=L)
....: id = L.Hom(L).identity()
....: a == id
Traceback (most recent cal…
-
Hi all, when I run the optforce, I meet the followed error. Could you help me find the reason?
The code and error is as followed:
constrOpt = struct('rxnList', {{'r_1714', 'r_2111', 'new5'}}, 'va…
-
Below is a list of inactive branches gathered from various CGAL sub-repositories. They fit in a few different categories**:
* _Already integrated;_ (should the branch then simply be deleted?)
* _Aba…
-
A strange problem maybe cause by a coercion problem when coercing from a number field into a p-adic field. Upon printing, repr_spec (reps. repr_gen if in 'bars' mode) ends up receiving an element wh…
-
The latest trajectory optimizations (@rLinks234's block approach and a few minor changes) resulted in a >30x (2 waypoints) to >10x (100 waypoints) speedup that makes computing minjerk trajectories ext…
-
**Is your feature request related to a problem?**
We need the UI widgets to re-write and append/extend the PPL stats and other grammar to issue new queries to render visualization changes
**What …
-
After recently updating COBRA with initCobraToolbox(true), CPLEX is no longer working properly.
>> solverOK=changeCobraSolver('ibm_cplex','LP')
> changeCobraSolver: Solver ibm_cplex is installed…
-
After some brainstorming for a fresh idea, looks like I'm in. I think I've got a clever idea. I guess I'll find out if its clever enough.
We'll also see how much I get done, since I'll probably also …
-
The example failure is:
```
sage: B = crystals.Tableaux(['A',2],shape=[1])
sage: view(B)
```
The example fails on both vanilla and s-o-g, so I suspect it is because of my `texlive` install or sag…
-
Hello.
When I use the -fshort-enum flag, the enum type use 1 byte. However, when serializing data, it maps to the 32-bit int type, resulting in out-of-bounds pointer access.
https://github.com/eclip…