-
Hello, I'd like to start developing an implementation of hypergraphs (both directed and undirected) for `Graphs.jl` and a way to visualize them. I'm aiming for something like the following:
![Hype…
-
Angular runs circular-dependency-plugin on each incremental build, so speed is somewhat important
On a largeish hybrid app with complicate imports (in particular, the angularjs part doesn't use mod…
-
Consider the following set of programs
```ts
// /a.js
import { b } from './b.js';
b;
// /b.js
import { a } from './a.js';
a;
// /program.js
import { a } from './a.js';
a;
```
Runni…
-
The lineage tree plotting tends to result in overlaps in the graph when more than two children arise from a fragmentation. This looks to be controlled by the generational depth modifier, but may requi…
-
I am trying to run the following example code provided at https://github.com/bgirault-ensai/GSP-Intro-GraSP-Code. I have installed GraSP toolbox for matlab.
> N = 30;
>
> % Erdos-Renyi: Uniform …
-
Currently each node and machine in a learning network has a simple linear "tape" to track dependencies on machines in the network. I had in mind to replace these tapes with directed acyclic graphs, wh…
-
Hi, I use react-d3-graph in my react project.
It's a great and interesting network framework for interactive and configurable graphs with react and d3.
Thank you for making this open-source proj…
-
Hello @theodorewiles
thanks for this package.
I just tried it and got an error:
**byte-code: Symbol’s function definition is void: org-export-define-derived-backend**
I copied the example…
-
**Is your feature request related to a problem? Please describe.**
A MAG is a mixed-edge graph with directed and bidirected edges and has the 'maximality' property.
This is a sub-procedure of htt…
-
The is a meta issue which collects interesting references for future research.
# Links
- https://github.com/REMath/literature_review
- https://retdec.com/publications/
- http://www.program-tra…