Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.01 KB

Constrained Upstream

This project is a re-opening of an old paper that Martin drafted in 2018. The work covers the upstream relation in graphs. We define this notion for edges:

Given a graph G and a vertex set of controllers C and of sources S, an edge in G is called upstream if it is part of a simple path from S to C.

In this repository, especially the implementation is living, which is a glue of quite a few libraries and snippets that are a bit tricky to understand without knowing all of the history of the code.

This README aims at explaining essentially this: what is where and why.

Analysis

This main uses the

The core is, however,

Datasets