-
already made c++ implementation in #191
-
**This is a(n):**
- [x] New algorithm
- [ ] Update to an existing algorithm
- [ ] Error
- [ ] Proposal to the Repository
**Details:**
Implementation of Kahn's Algorithm
[Project U…
-
Steps to reproduce:
1. `edb cli migration create`
Schema:
```
module default {
global currentUserId: uuid;
global currentUser:= (
SELECT User FILTER .userId = global curre…
-
Current log order option only support below orders:
```go
type LogOrder int8
const (
LogOrderDefault LogOrder = iota
LogOrderDFS
LogOrderDFSPost
LogOrderBSF
LogOrderCommitterTime
)
```
…
-
I see, thank you for providing more context. Let me summarize my understanding of your approach:
1. You've flattened JSON representations of ASTs into a tabular format.
2. This table has many colu…
-
From the [documentation](http://www.scala-graph.org/guides/core-traversing.html) it seems that one can generate all valid topological orders by altering the order of nodes in the layers:
> Among ot…
-
For service to service communication we should be able to put a solution for discovery giving priority to the instances in the same topological domain, e.g a service in az1 should be able to see first…
-
This is the optional 2nd year course. Metric spaces and topological spaces are in mathlib so let's check out their interfaces and see how good they are. We could start by digitising some of the exampl…
-
It would be great to be able to select one node in a graph, then show the ego-network for that node (with adjustable depth) as topology filter. This would ease working with big graphs.
-
Topological manifolds inherit properties from their model space, such as the following. Let $M$ be a topological manifold.
1. If $M$ is finite-dimensional, it is locally compact (if $M$ is modelled o…