-
```
There are already a few strategy guides and tutorials posted on the website.
However, the advanced strategy guide does not have anything in it. Want to
write it? Grab this issue and away you go.…
-
Version Info:
Julia Version 1.0.3
Commit 099e826241 (2018-12-18 01:34 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
WORD_SIZE: 64
LI…
-
Right now the abstract optimizer::Solver class is extremely minimalistic, only offering the ability to solve a Problem that was passed in during construction (incidentally, I think it should be possib…
-
### Problem Description
Right now, Chow rings of matroids are implemented using a generic quotient ring construction. However, we know an explicit Gröbner basis for a certain class of term orders. …
-
**Describe the bug**
I developing a larger model and for some instances of the model I get the following error message. But it is extremly hard to debug this based on the error message. Using Python
…
-
I find that the current `Total` for binary relations is a misnomer: Currently there is:
```agde
Total : ∀ {a ℓ} {A : Set a} → Rel A ℓ → Set _
Total _∼_ = ∀ x y → (x ∼ y) ⊎ (y ∼ x)
```
But a binar…
-
```
What new feature/ability do you want?
I would like a build in differential for plane or glider, i know that this
could be perform with mix but when you want specific differential for flight
mode…
-
```
What new feature/ability do you want?
I would like a build in differential for plane or glider, i know that this
could be perform with mix but when you want specific differential for flight
mode…
-
```
What steps will reproduce the problem?
1. Run best_first_graph_search() which implements frontier as a PriorityQueue
as defined in utils.py
uniform_cost_search() also uses best_first_graph_sea…
-
```
What steps will reproduce the problem?
1. Run best_first_graph_search() which implements frontier as a PriorityQueue
as defined in utils.py
uniform_cost_search() also uses best_first_graph_sea…