-
The MIP backends should be tested using a common `TestSuite`. Right now each backend uses its own doctests, which have slightly diverged from each other, so there is nothing (other than the fact tha…
-
Andrey told me about the following problem. When he implemented toric lattices, he inherited a `.construction()` method from general lattices. Consequence: If he tried to add elements of two differe…
-
[ADR014](https://github.com/informalsystems/apalache/blob/unstable/docs/src/adr/014adr-precise-records.md) summarizes the envisioned approach. Here is the plan of action:
- [x] Extend `TlaType1` w…
-
ECL-20.4.24 has been released (on 2020/04/24)
https://common-lisp.net/project/ecl/posts/ECL-20424-release.html
We should update, as it will resolve some Maxima bugs, and is essential for resolving…
-
# draft 1
~~1. Command-Line Tasks - 命令行任务
1.1 Getting Started with the Scala REPL - 开始使用Scala REPL
1.2 Loading Source Code and JAR Files into the REPL - 将源代码和JAR文件加载进REPL
1.3 Getting Started wit…
-
We want to convert the 0D solver from Python to C++. The C++ version will replace the GenBC code and remove the need to perform Python-to-C++ coupling in SimVascular.
I will take a stab at this. I …
-
## Goal: reorganize the documentation indexes into src/sage/combinat
- For example, the thematic index
`src/doc/en/reference/combinat/crystals.rst` is now in:
`src/sage/combinat/crystals/__init…
-
Implement:
```
sage -sws2rst bla.sws bli.sws ...
```
which given worksheets
`bla.sws, bli.sws, ...` would create ReST files `bla.rst, bli.rst, ...` together with media directories:
```
media…
-
#### Issue type:
- :heavy_plus_sign: Feature request
____
#### Description:
Feel free to close the issue, if it doesn't fit here in this repository. I cannot found any other place.
It seems …
-
I'm trying to get a JSON representation of IonDescribedValue like so:
```d
IonException deserializeFromIon(scope const char[][] symbolTable, IonDescribedValue v)
{
import mir.ion.value;
impor…